[wallet] Add a TxBuilder struct to simplify create_tx()'s interface
This commit is contained in:
@@ -42,4 +42,4 @@ pub mod types;
|
||||
pub mod wallet;
|
||||
|
||||
pub use descriptor::ExtendedDescriptor;
|
||||
pub use wallet::{OfflineWallet, Wallet};
|
||||
pub use wallet::{OfflineWallet, TxBuilder, Wallet};
|
||||
|
||||
Reference in New Issue
Block a user