Skip to content

api.procedures.types.SetStakingPayeeParams

prashantasdeveloper edited this page May 1, 2025 · 5 revisions

Interface: SetStakingPayeeParams

api/procedures/types.SetStakingPayeeParams

Table of contents

Properties

Properties

autoStake

autoStake: boolean

If set to true then rewards will be auto staked in order to compound

Note

The payee must be the stash account in order to auto stake

Defined in

api/procedures/types.ts:1831


payee

payee: string | Account

The account who will receive the staking rewards

Defined in

api/procedures/types.ts:1825

Clone this wiki locally