Expand description
Blockchain models.
Re-exports§
pub use account::*;pub use block::*;pub use config::*;pub use currency::*;pub use global_version::*;pub use message::*;pub use shard::*;pub use transaction::*;pub use vm::*;
Modules§
- account
- Account state models.
- block
- Block models.
- config
- Blockchain config and params.
- currency
- Currency collection stuff.
- global_
version - Global version and capabilities.
- message
- Message models.
- shard
- Shard state models.
- transaction
- Transaction models.
- vm
- VM related models.