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§
- Benchmarking for assigned_slots pallet
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Information about a temporary parachain slot.
Enums§
- Lease period an assigned slot should start from (current, or next one).