lwk_simplicity 0.18.0

Liquid Wallet Kit - Utilities to deal with Simplicity transactions
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! **Experimental**: This API may change without notice.

pub mod error;
pub mod runner;
pub mod scripts;
pub mod signer;
pub mod taproot_pubkey_gen;
pub mod wallet_abi;

// Re-export simplicityhl crate for bindings
pub use simplicityhl;