Expand description
Ledger module containing account management and transaction processing
Re-exports§
pub use account::*;
pub use core::*;
pub use transaction::*;
Modules§
- account
- Account management functionality
- core
- Main ledger orchestrator that coordinates accounts and transactions
- transaction
- Transaction processing and management