api.procedures.types.SetStakingPayeeParams - PolymeshAssociation/polymesh-sdk GitHub Wiki

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:1834


payee

payee: string | Account

The account who will receive the staking rewards

Defined in

api/procedures/types.ts:1828