referrerpolicy=no-referrer-when-downgrade

Module 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§

pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Structs§

SessionChangeNotification
Information about a session change that has just occurred.

Traits§

OnNewSession
Inform something about a new session.
WeightInfo

Type Aliases§

ValidatorSetCount
Number of validators (not only parachain) in a session.