_src_methods_staking_nominate_.stakingnominateargs.md 754 B
Newer Older
**[@substrate/txwrapper](../README.md)**
> [Globals](../globals.md) / ["src/methods/staking/nominate"](../modules/_src_methods_staking_nominate_.md) / StakingNominateArgs

# Interface: StakingNominateArgs

## Hierarchy


**StakingNominateArgs**

## Index

### Properties

* [targets](_src_methods_staking_nominate_.stakingnominateargs.md#targets)
emostov's avatar
emostov committed
**targets**: Array<string\>
emostov's avatar
emostov committed
*Defined in [src/methods/staking/nominate.ts:16](https://github.com/paritytech/txwrapper/blob/47968f6/src/methods/staking/nominate.ts#L16)*

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.