[@substrate/txwrapper](../README.md) › [Globals](../globals.md) › ["methods/staking/payoutNominator"](../modules/_methods_staking_payoutnominator_.md) › [StakingPayoutNominatorArgs](_methods_staking_payoutnominator_.stakingpayoutnominatorargs.md) # Interface: StakingPayoutNominatorArgs ## Hierarchy * object ↳ **StakingPayoutNominatorArgs** ## Index ### Properties * [era](_methods_staking_payoutnominator_.stakingpayoutnominatorargs.md#era) * [validators](_methods_staking_payoutnominator_.stakingpayoutnominatorargs.md#validators) ## Properties ### era • **era**: *number* *Defined in [src/methods/staking/payoutNominator.ts:14](https://github.com/paritytech/txwrapper/blob/a7b5a55/src/methods/staking/payoutNominator.ts#L14)* May not be lower than one following the most recently paid era. If it is higher, then it indicates an instruction to skip the payout of all previous eras. ___ ### validators • **validators**: *[string, number][]* *Defined in [src/methods/staking/payoutNominator.ts:20](https://github.com/paritytech/txwrapper/blob/a7b5a55/src/methods/staking/payoutNominator.ts#L20)* List of all validators that `who` had exposure to during `era`. If it is incomplete, then less than the full reward will be paid out. It must not exceed `MAX_NOMINATIONS`.