Base Argument object for methods.

interface StakingBondExtraArgs {
    maxAdditional: string | number;
}

Hierarchy (view full)

  • Args
    • StakingBondExtraArgs

Properties

Properties

maxAdditional: string | number

The maximum amount to bond.