Type Alias polkadot_runtime_common::assigned_slots::pallet::MaxTemporarySlots
source · pub type MaxTemporarySlots<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxTemporarySlots<T>, u32, ValueQuery>;
Expand description
The max number of temporary slots that can be assigned.
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct MaxTemporarySlots<T: Config>(/* private fields */);