Newer
Older
[@substrate/txwrapper](../README.md) › [Globals](../globals.md) › ["src/methods/staking/nominate"](../modules/_src_methods_staking_nominate_.md) › [StakingNominateArgs](_src_methods_staking_nominate_.stakingnominateargs.md)
# Interface: StakingNominateArgs
## Hierarchy
* object
↳ **StakingNominateArgs**
## Index
### Properties
* [targets](_src_methods_staking_nominate_.stakingnominateargs.md#targets)
## Properties
### targets
• **targets**: *Array‹string›*
*Defined in [src/methods/staking/nominate.ts:16](https://github.com/paritytech/txwrapper/blob/840775d/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.