Type Definition pallet_election_provider_multi_phase::SolutionVoterIndexOf
source · pub type SolutionVoterIndexOf<T> = <SolutionOf<T> as NposSolution>::VoterIndex;Expand description
The voter index. Derived from SolutionOf.
pub type SolutionVoterIndexOf<T> = <SolutionOf<T> as NposSolution>::VoterIndex;The voter index. Derived from SolutionOf.