Type Definition frame_election_provider_support::VoterOf
source · pub type VoterOf<D> = Voter<<D as ElectionDataProvider>::AccountId, <D as ElectionDataProvider>::MaxVotesPerVoter>;
Expand description
Same as Voter
, but parameterized by an ElectionDataProvider
.