smplx-sdk 0.0.5

Simplex sdk to simplify the development with simplicity
Documentation
1
2
3
4
5
6
7
8
9
/// Core implementations and abstractions for transaction signing mechanisms in the Simplex SDK.
pub mod core;
/// Signer-specific error enumerations capturing execution constraints and mapping internal failure types.
pub mod error;
/// Utilities for injecting witness data bindings into Simplicity environments.
mod wtns_injector;

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