Base Argument object for methods.

interface StakingNominateArgs {
    targets: string[];
}

Hierarchy (view full)

  • Args
    • StakingNominateArgs

Properties

Properties

targets: string[]

The SS-58 encoded addresses of the targets you wish to nominate. A maximum of 16 nominations are allowed.

Warning: This provides no checks as to whether these targets are actual validators.