Skip to content

Commit 8c62796

Browse files
feat: expose FeeRate::fee_vb and FeeRate::fee_wu methods
1 parent 3f93264 commit 8c62796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bdk-ffi/src/bitcoin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ use bdk_wallet::bitcoin::Transaction as BdkTransaction;
3030
use bdk_wallet::bitcoin::TxIn as BdkTxIn;
3131
use bdk_wallet::bitcoin::TxOut as BdkTxOut;
3232
use bdk_wallet::bitcoin::Txid as BitcoinTxid;
33+
use bdk_wallet::bitcoin::Weight;
3334
use bdk_wallet::bitcoin::Wtxid as BitcoinWtxid;
3435
use bdk_wallet::miniscript::psbt::PsbtExt;
3536
use bdk_wallet::serde_json;

0 commit comments

Comments
 (0)