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
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Information about a session change that has just occurred.
Traits§
- Inform something about a new session.
Type Aliases§
- Number of validators (not only parachain) in a session.