Function pallet_staking::dispatchables::set_min_commission
source · pub fn set_min_commission<T: Config>(new: Perbill)
Expand description
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.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_min_commission
.