referrerpolicy=no-referrer-when-downgrade

Module configuration

Source
Expand description

Configuration manager for the Polkadot runtime parachains logic.

Configuration can change only at session boundaries and is buffered until then.

Re-exports§

pub use pallet::*;

Modules§

migration
A module that is responsible for migration of storage.
pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Structs§

ActiveConfigHrmpChannelSizeAndCapacityRatio
The implementation of Get<(u32, u32)> which reads ActiveConfig and returns P percent of hrmp_channel_max_message_size / hrmp_channel_max_capacity.
HostConfiguration
All configuration of the runtime with respect to paras.
SessionChangeOutcome
A struct that holds the configuration that was active before the session change and optionally a configuration that became active after the session change.
TestWeightInfo

Enums§

InconsistentError
Enumerates the possible inconsistencies of HostConfiguration.

Traits§

WeightInfo