Type Definition pallet_election_provider_multi_phase::SolutionAccuracyOf[][src]

type SolutionAccuracyOf<T> = <SolutionOf<T> as NposSolution>::Accuracy;
Expand description

The accuracy of the election, when submitted from offchain. Derived from SolutionOf.