1 2 3 4 5 6 7 8
//! mana-next workflow ledger compatibility types. //! //! These are additive data structures used by imp-next to view current mana //! units as workflow/evidence ledger records without changing mana storage. mod ledger; pub use ledger::*;