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.