ergo-lib 0.4.4

ErgoTree interpreter and wallet-like features for Ergo
Documentation
//! Sigma types

pub mod stype;

pub(crate) mod sbox;
pub(crate) mod scontext;
pub(crate) mod sfunc;
pub(crate) mod smethod;
pub(crate) mod stuple;
pub(crate) mod stype_companion;
pub(crate) mod stype_param;