pub type PermanentSlotCount<T: Config> = StorageValue<_GeneratedPrefixForStoragePermanentSlotCount<T>, u32, ValueQuery>;Expand description
Number of assigned (and active) permanent slots.
Storage type is StorageValue with value type u32.
Aliased Type§
pub struct PermanentSlotCount<T: Config>(/* private fields */);