We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f93264 commit 8c62796Copy full SHA for 8c62796
bdk-ffi/src/bitcoin.rs
@@ -30,6 +30,7 @@ use bdk_wallet::bitcoin::Transaction as BdkTransaction;
30
use bdk_wallet::bitcoin::TxIn as BdkTxIn;
31
use bdk_wallet::bitcoin::TxOut as BdkTxOut;
32
use bdk_wallet::bitcoin::Txid as BitcoinTxid;
33
+use bdk_wallet::bitcoin::Weight;
34
use bdk_wallet::bitcoin::Wtxid as BitcoinWtxid;
35
use bdk_wallet::miniscript::psbt::PsbtExt;
36
use bdk_wallet::serde_json;
0 commit comments