refactor: Move WalletUpdate to wallet module
This commit is contained in:
@@ -7,8 +7,7 @@ use std::{io::Write, str::FromStr};
|
||||
|
||||
use bdk::{
|
||||
bitcoin::{Address, Network},
|
||||
chain::keychain::WalletUpdate,
|
||||
wallet::AddressIndex,
|
||||
wallet::{AddressIndex, WalletUpdate},
|
||||
SignOptions, Wallet,
|
||||
};
|
||||
use bdk_esplora::{esplora_client, EsploraExt};
|
||||
|
||||
Reference in New Issue
Block a user