Module polkadot_runtime_common::slots
source · Expand description
Parathread and parachains leasing system. Allows para IDs to be claimed, the code and data to be initialized and parachain slots (i.e. continuous scheduling) to be leased. Also allows for parachains and parathreads to be swapped.
This doesn’t handle the mechanics of determining which para ID actually ends up with a parachain lease. This must handled by a separately, through the trait interface that this pallet provides or the root dispatchables.
Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.