Add a miniscript compiler CLI

This commit is contained in:
Alekos Filini
2020-04-29 11:52:45 +02:00
parent ada3ef3aa6
commit aa93a82904
4 changed files with 120 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ pub mod types;
pub mod wallet;
pub use descriptor::ExtendedDescriptor;
pub use wallet::Wallet;
pub use wallet::{OfflineWallet, Wallet};