pub type TemporarySlots<T: Config> = StorageMap<_GeneratedPrefixForStorageTemporarySlots<T>, Twox64Concat, Id, ParachainTemporarySlot<T::AccountId, <<T as Config>::Leaser as Leaser<BlockNumberFor<T>>>::LeasePeriod>, OptionQuery>;Expand description
Assigned temporary slots.
Storage type is StorageMap with key type ParaId and value type ParachainTemporarySlot < T :: AccountId, LeasePeriodOf < T > >.
Aliased Type§
pub struct TemporarySlots<T: Config>(/* private fields */);