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
.
Aliased Type§
struct MinimumUntrustedScore<T: Config>(/* private fields */);