set_commission_change_rate: TxDescriptor<{
    change_rate: {
        max_increase: number;
        min_delay: number;
    };
    pool_id: number;
}>

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.