referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_elections_phragmen::pallet::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§

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