pub type PermanentSlots<T: Config> = StorageMap<_GeneratedPrefixForStoragePermanentSlots<T>, Twox64Concat, Id, (<<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 >)
.
Aliased Type§
struct PermanentSlots<T: Config>(/* private fields */);