set_commission_max: TxDescriptor<{ max_commission: number; pool_id: number }>

Set the maximum commission of a pool.

  • Initial max can be set to any Perbill, and only smaller values thereafter.
  • Current commission will be lowered in the event it is higher than a new max commission.