pub type RoundCount<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageRoundCount<T, I>, RoundIndex, ValueQuery>;Expand description
The number of rounds which have passed.
Storage type is [StorageValue] with value type RoundIndex.
Aliased Type§
struct RoundCount<T: Config<I>, I: 'static = ()>(/* private fields */);