Add optional fee rate to a transaction

This commit is contained in:
Sudarsan Balaji
2021-11-04 23:29:22 +05:30
parent 94b07b9fb9
commit 0467e12aae
2 changed files with 11 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ interface OnlineWallet {
interface PartiallySignedBitcoinTransaction {
[Throws=BdkError]
constructor([ByRef] OnlineWallet wallet, string recipient, u64 amount);
constructor([ByRef] OnlineWallet wallet, string recipient, u64 amount, float? fee_rate);
};
dictionary ExtendedKeyInfo {