Type Alias pallet_election_provider_multi_phase::SolutionAccuracyOf
source · pub type SolutionAccuracyOf<T> = <SolutionOf<<T as Config>::MinerConfig> as NposSolution>::Accuracy;
Expand description
The accuracy of the election, when submitted from offchain. Derived from SolutionOf
.