Expand description
Runtime parameters.
Structs§
- Default
Runtime Resolver - Default implementation for
RuntimeResolver
that just returnsRuntime::Omni(BlockNumber::U32, Consensus::Aura(AuraConsensusId::Sr25519))
.
Enums§
- Aura
Consensus Id - The Aura ID used by the Aura consensus
- Block
Number - The choice of block number for the parachain omni-node.
- Consensus
- The choice of consensus for the parachain omni-node.
- Runtime
- Helper enum listing the supported Runtime types
Constants§
- DEFAULT_
FRAME_ SYSTEM_ PALLET_ NAME - Expected frame system pallet runtime type name.
- DEFAULT_
PARACHAIN_ SYSTEM_ PALLET_ NAME - Expected parachain system pallet runtime type name.
Traits§
- Runtime
Resolver - Helper trait used for extracting the Runtime variant from the chain spec ID.