Type Definition pallet_election_provider_multi_phase::pallet::MinimumUntrustedScore
source · pub type MinimumUntrustedScore<T: Config> = StorageValue<_GeneratedPrefixForStorageMinimumUntrustedScore<T>, ElectionScore>;Expand description
The minimum score that each ‘untrusted’ solution must attain in order to be considered feasible.
Can be set via set_minimum_untrusted_score.
Storage type is StorageValue with value type ElectionScore.