referrerpolicy=no-referrer-when-downgrade
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 */);