Type Alias set_min_commission

set_min_commission: TxDescriptor<{
    new: number;
}>

Sets the minimum amount of commission that each validators must maintain.

This call has lower privilege requirements than set_staking_config and can be called by the T::AdminOrigin. Root can always call this.