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.
pub type VoterOf<T> = VoterOf<<T as Config>::DataProvider>;
A voter’s fundamental data: their ID, their stake, and the list of candidates for whom they voted.