Base Argument object for methods.

interface StakingPayoutStakersArgs {
    era: string | number;
    validatorStash: string;
}

Hierarchy (view full)

  • Args
    • StakingPayoutStakersArgs

Properties

Properties

era: string | number

May be any era between [current_era - history_depth; current_era]. Substrate only retains up to history_depth eras of reward information.

validatorStash: string

The Stash account of a validator. Their nominators, up to, the maximum MaxNominatorRewardedPerValidator, will also receive their rewards.