referrerpolicy=no-referrer-when-downgrade

Type Alias PermanentSlotCount

Source
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§

struct PermanentSlotCount<T: Config>(/* private fields */);