mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-20 06:24:19 +01:00
* Rename global instance in bindings.rs * Rename wallet to SDK or LiquidSdk * Rename BindingWallet to BindingLiquidSdk * Rename wallet to lwk_wollet, signer to lwk_signer * Rename LsSdkError to LiquidSdkError * Cargo fmt * Rename LsSdkError in RN generator --------- Co-authored-by: Ross Savage <hello@satimoto.com>
9 lines
139 B
Rust
9 lines
139 B
Rust
#[cfg(feature = "frb")]
|
|
pub mod bindings;
|
|
pub mod error;
|
|
#[cfg(feature = "frb")]
|
|
pub mod frb;
|
|
pub mod model;
|
|
pub mod persist;
|
|
pub mod sdk;
|