pub fn set_commission_change_rate<T: Config>(
    pool_id: PoolId,
    change_rate: CommissionChangeRate<BlockNumberFor<T>>
)
Expand description

Set the commission change rate for a pool.

Initial change rate is not bounded, whereas subsequent updates can only be more restrictive than the current.

Warning: Doc-Only

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