referrerpolicy=no-referrer-when-downgrade

ElectionRounds

Type Alias ElectionRounds 

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

The total number of vote rounds that have happened, excluding the upcoming one.

Storage type is [StorageValue] with value type u32.

Aliased Type§

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