Expand description
Blockchain models.
Re-exports§
pub use self::account::*;pub use self::block::*;pub use self::config::*;pub use self::currency::*;pub use self::global_version::*;pub use self::message::*;pub use self::shard::*;pub use self::signature_domain::*;pub use self::transaction::*;pub use self::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.
- signature_
domain - Signature domain models.
- transaction
- Transaction models.
- vm
- VM related models.