Type Definition pallet_election_provider_multi_phase::unsigned::Voter[][src]

type Voter<T> = (<T as Config>::AccountId, VoteWeight, Vec<<T as Config>::AccountId>);
Expand description

A voter’s fundamental data: their ID, their stake, and the list of candidates for whom they voted.