referrerpolicy=no-referrer-when-downgrade

Module runtime

Source
Expand description

Runtime parameters.

Structs§

DefaultRuntimeResolver
Default implementation for RuntimeResolver that just returns Runtime::Omni(BlockNumber::U32, Consensus::Aura(AuraConsensusId::Sr25519)).

Enums§

AuraConsensusId
The Aura ID used by the Aura consensus
BlockNumber
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§

RuntimeResolver
Helper trait used for extracting the Runtime variant from the chain spec ID.