Skip to main content

imp_core/mana_next/
mod.rs

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