smplx-sdk 0.0.3

Simplex sdk to simplify the development with simplicity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod core;
pub mod error;
pub mod esplora;
pub mod network;
pub mod rpc;
pub mod simplex;

pub use core::{ProviderInfo, ProviderTrait};
pub use esplora::EsploraProvider;
pub use rpc::elements::ElementsRpc;
pub use simplex::SimplexProvider;

pub use network::*;

pub use error::ProviderError;
pub use rpc::error::RpcError;