Type Definition pallet_elections::pallet::VoteCount [−][src]
type VoteCount<T> = StorageValue<_GeneratedPrefixForStorageVoteCount<T>, VoteIndex, ValueQuery>;
Expand description
The total number of vote rounds that have happened or are in progress.