pub type ActiveTemporarySlotCount<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveTemporarySlotCount<T>, u32, ValueQuery>;
Expand description
Number of active temporary slots in current slot lease period.
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct ActiveTemporarySlotCount<T: Config>(/* private fields */);