referrerpolicy=no-referrer-when-downgrade

RoundCount

Type Alias RoundCount 

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

pub struct RoundCount<T: Config<I>, I: 'static = ()>(/* private fields */);