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