refactor(bdk)!: drop FeeRate from bdk::types

Adopt `bitcoin::FeeRate` throughout
This commit is contained in:
vmammal
2023-11-16 18:00:58 -05:00
parent fc637a7bcc
commit 004957dc29
10 changed files with 151 additions and 298 deletions

View File

@@ -7,7 +7,7 @@
//! # use bdk::signer::SignerOrdering;
//! # use bdk_hwi::HWISigner;
//! # use bdk::wallet::AddressIndex::New;
//! # use bdk::{FeeRate, KeychainKind, SignOptions, Wallet};
//! # use bdk::{KeychainKind, SignOptions, Wallet};
//! # use hwi::HWIClient;
//! # use std::sync::Arc;
//! #