pub type DesiredCandidates<T> = StorageValue<_GeneratedPrefixForStorageDesiredCandidates<T>, u32, ValueQuery>;
Expand description

Desired number of candidates.

This should ideally always be less than Config::MaxCandidates for weights to be correct.

Storage type is [StorageValue] with value type u32.