Use bdk_chain Balance

instead of bdk's one
This commit is contained in:
LLFourn
2023-02-15 13:00:32 +11:00
committed by Daniela Brozzoni
parent b310a7afdd
commit 3baf9721ec
3 changed files with 6 additions and 102 deletions

View File

@@ -3,9 +3,7 @@ use bdk::descriptor::calc_checksum;
use bdk::signer::{SignOptions, SignerError};
use bdk::wallet::coin_selection::LargestFirstCoinSelection;
use bdk::wallet::AddressIndex::*;
use bdk::wallet::AddressInfo;
use bdk::wallet::{AddressIndex, Wallet};
use bdk::Balance;
use bdk::wallet::{AddressIndex, AddressInfo, Balance, Wallet};
use bdk::Error;
use bdk::FeeRate;
use bdk::KeychainKind;