Module polkadot_runtime_parachains::initializer
source · Expand description
This module is responsible for maintaining a consistent initialization order for all other parachains modules. It’s also responsible for finalization and session change notifications.
This module can throw fatal errors if session-change notifications are received after initialization.
Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- Information about a session change that has just occurred.
Traits
Type Definitions
- Number of validators (not only parachain) in a session.