pub fn increase_validator_count<T: Config>(additional: u32)
Expand description
Increments the ideal number of validators up to maximum of
T::MaxValidatorSet
.
The dispatch origin must be Root.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::increase_validator_count
.