smplx-sdk 0.0.4

Simplex sdk to simplify the development with simplicity
Documentation
1
2
3
4
5
6
pub mod core;
pub mod error;
mod wtns_injector;

pub use core::{Signer, SignerTrait};
pub use error::SignerError;