Module polkadot_runtime_parachains::configuration[][src]

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

A module that is responsible for migration of storage.

The module that hosts all the FRAME types needed to add this pallet to a runtime.

Structs

All configuration of the runtime with respect to parachains and parathreads.

Traits