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<<T as Config>::BlockNumber>>::LeasePeriod, <<T as Config>::Leaser as Leaser<<T as Config>::BlockNumber>>::LeasePeriod), OptionQuery>;
Expand description
Assigned permanent slots, with their start lease period, and duration.