smplx-sdk 0.0.4

Simplex sdk to simplify the development with simplicity
Documentation
1
2
3
4
5
6
7
8
9
pub mod arguments;
pub mod core;
pub mod error;
pub mod witness;

pub use arguments::ArgumentsTrait;
pub use core::{Program, ProgramTrait};
pub use error::ProgramError;
pub use witness::WitnessTrait;