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.