Base Argument object for methods.

interface NominationPoolsPoolWithdrawUnbonded {
    numSlashingSpans: string | number;
    poolId: string | number;
}

Hierarchy (view full)

  • Args
    • NominationPoolsPoolWithdrawUnbonded

Properties

numSlashingSpans: string | number

Number of slashing spans.

poolId: string | number

Pool id that will have withdraw_unbonded called on it.