Skip to main content
Helpful?

ClaimOptions

@uniswap/v3-sdk / Exports / ClaimOptions

Interface: ClaimOptions

Options to specify when claiming rewards.

Table of contents

Properties

Properties

amount

Optional amount: BigintIsh

The amount of rewardToken to claim. 0 claims all.

Defined in

staker.ts:52


recipient

recipient: string

Address to send rewards to.

Defined in

staker.ts:47


tokenId

tokenId: BigintIsh

The id of the NFT

Defined in

staker.ts:42

Helpful?