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
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.