referrerpolicy=no-referrer-when-downgrade

Module polkadot_omni_node_lib::runtime

source ·
Expand description

Runtime parameters.

Structs§

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

Enums§

  • The Aura ID used by the Aura consensus
  • The choice of block number for the parachain omni-node.
  • The choice of consensus for the parachain omni-node.
  • Helper enum listing the supported Runtime types

Traits§

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