Base Argument object for methods.

interface NominationPoolsSetCommission {
    newCommission: null | [string, string];
    poolId: string | number;
}

Hierarchy (view full)

  • Args
    • NominationPoolsSetCommission

Properties

newCommission: null | [string, string]

Set the new commission. If a None is supplied to new_commission, existing commission will be removed.

poolId: string | number

A valid PoolId.