Base Argument object for methods.

interface NominationPoolsWithdrawUnbonded {
    memberAccount: string;
    numSlashingSpans: string | number;
}

Hierarchy (view full)

  • Args
    • NominationPoolsWithdrawUnbonded

Properties

memberAccount: string

Account to unbond.

numSlashingSpans: string | number

Number of slashing spans.