referrerpolicy=no-referrer-when-downgrade

Module 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
Benchmarking for assigned_slots pallet
migration
pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Structs§

ParachainTemporarySlot
Information about a temporary parachain slot.
TestWeightInfo

Enums§

SlotLeasePeriodStart
Lease period an assigned slot should start from (current, or next one).

Traits§

WeightInfo