ergotree-ir 0.22.0

ErgoTree IR, serialization
Documentation
1
2
3
4
5
6
7
8
//! On-chain types

pub mod address;
pub mod ergo_box;
#[cfg(feature = "json")]
pub mod json;
pub mod token;
pub mod tx_id;