referrerpolicy=no-referrer-when-downgrade

Type Alias TemporarySlotCount

Source
pub type TemporarySlotCount<T: Config> = StorageValue<_GeneratedPrefixForStorageTemporarySlotCount<T>, u32, ValueQuery>;
Expand description

Number of assigned temporary slots.

Storage type is [StorageValue] with value type u32.

Aliased Type§

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