Base Argument object for methods.

interface NominationPoolsJoin {
    amount: string;
    poolId: string | number;
}

Hierarchy (view full)

  • Args
    • NominationPoolsJoin

Properties

Properties

amount: string

The amount to bond.

poolId: string | number

The pool Id to join.