pub type MinerVoterOf<T> = Voter<<T as MinerConfig>::AccountId, <T as MinerConfig>::MaxVotesPerVoter>;
Expand description

Same as VoterOf, but parameterized by the MinerConfig.