Type Alias frame_election_provider_support::Voter

source ·
pub type Voter<AccountId, Bound> = (AccountId, VoteWeight, BoundedVec<AccountId, Bound>);
Expand description

A voter, at the level of abstraction of this crate.