Base Argument object for methods.

interface NominationPoolsUnbond {
    memberAccount: string;
    unbondingPoints: string;
}

Hierarchy (view full)

  • Args
    • NominationPoolsUnbond

Properties

memberAccount: string

Member account of a pool to unbond.

unbondingPoints: string

Amount to unbond.