Module polkadot_runtime_common::assigned_slots
source · Expand description
This pallet allows to assign permanent (long-lived) or temporary
(short-lived) parachain slots to paras, leveraging the existing
parachain slot lease mechanism. Temporary slots are given turns
in a fair (though best-effort) manner.
The dispatchables must be called from the configured origin
(typically Sudo
or a governance origin).
This pallet should not be used on a production relay chain,
only on a test relay chain (e.g. Rococo).
Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- Information about a temporary parachain slot.
Enums
- Lease period an assigned slot should start from (current, or next one).