Type Definition pallet_election_provider_multi_phase::unsigned::VoterOf
source · pub type VoterOf<T> = VoterOf<<T as Config>::DataProvider>;
Expand description
A voter’s fundamental data: their ID, their stake, and the list of candidates for whom they voted.