ergo-lib 0.4.4

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

mod bin_op;
mod constant;
mod constant_placeholder;
mod data;
mod expr;
mod global_vars;
mod method_call;
mod property_call;
mod sigmaboolean;
mod val_def_type_store;

pub(crate) mod constant_store;
pub(crate) mod ergo_box;
pub(crate) mod op_code;
pub(crate) mod sigma_byte_reader;
pub(crate) mod sigma_byte_writer;
pub(crate) mod types;

mod serializable;
pub use serializable::*;