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.