[wallet] Add a TxBuilder struct to simplify create_tx()'s interface

This commit is contained in:
Alekos Filini
2020-08-06 13:09:39 +02:00
parent 927c2f37b9
commit 499e579824
5 changed files with 125 additions and 48 deletions

View File

@@ -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};