Type Definition pallet_election_provider_multi_phase::OnChainAccuracyOf [−][src]
type OnChainAccuracyOf<T> = <T as Config>::OnChainAccuracy;
Expand description
The accuracy of the election, when computed on-chain. Equal to Config::OnChainAccuracy
.