Expand description
The runtime contains the core logic of the ledger run by the Griffin node.
Modules§
- api
- genesis
- Helper module to build a genesis configuration for the runtime.
- opaque
- Opaque types. These are used by the CLI to instantiate machinery that don’t need to know the specifics of the runtime. They can then be made to be agnostic over specific formats of data like extrinsics, allowing for them to continue syncing the network through upgrades to even the core data structures.
Structs§
- Runtime
- The main struct in this module.
- Runtime
Api - Runtime
ApiImpl - Implements all runtime apis for the client side.
Constants§
- RUNTIME_
API_ VERSIONS - VERSION
- This runtime version.
- WASM_
BINARY - WASM_
BINARY_ BLOATY
Functions§
- native_
version - The version information used to identify this runtime when compiled natively.