pub fn set_max_selected_candidates<T: Config>(new: u32)
Expand description

Set the maximum number of collator candidates that can be selected at the beginning of each validation round.

Changes are not applied until the start of the next round.

The new value must be higher than the minimum allowed as set in the pallet’s configuration.

The dispatch origin must be Root.

Emits MaxSelectedCandidatesSet.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::set_max_selected_candidates.