Type Alias scale_validator_count

scale_validator_count: TxDescriptor<{
    factor: number;
}>

Scale up the ideal number of validators by a factor up to maximum of ElectionProviderBase::MaxWinners.

The dispatch origin must be Root.

Same as [Self::set_validator_count].