Base Argument object for methods.

interface NominationPoolsSetCommissionChangeRate {
    changeRate: {
        maxIncrease: string;
        minDelay: string | number;
    };
    poolId: string | number;
}

Hierarchy (view full)

  • Args
    • NominationPoolsSetCommissionChangeRate

Properties

Properties

changeRate: {
    maxIncrease: string;
    minDelay: string | number;
}

Type declaration

  • maxIncrease: string

    The maximum amount the commission can be updated by per min_delay period.

  • minDelay: string | number

    How often an update can take place.

poolId: string | number

A valid PoolId.