Type Definition polkadot_runtime_common::assigned_slots::pallet::PermanentSlots
source · pub type PermanentSlots<T: Config> = StorageMap<_GeneratedPrefixForStoragePermanentSlots<T>, Twox64Concat, ParaId, (<<T as Config>::Leaser as Leaser<BlockNumberFor<T>>>::LeasePeriod, <<T as Config>::Leaser as Leaser<BlockNumberFor<T>>>::LeasePeriod), OptionQuery>;
Expand description
Assigned permanent slots, with their start lease period, and duration.
Storage type is StorageMap
with key type ParaId
and value type (LeasePeriodOf < T >, LeasePeriodOf < T >)
.