Skip to main content
Helpful?

SafeTransferOptions

@uniswap/v3-sdk / Exports / SafeTransferOptions

Interface: SafeTransferOptions

Table of contents

Properties

Properties

data

Optional data: string

The optional parameter that passes data to the onERC721Received call for the staker

Defined in

nonfungiblePositionManager.ts:97


recipient

recipient: string

The account that should receive the NFT.

Defined in

nonfungiblePositionManager.ts:88


sender

sender: string

The account sending the NFT.

Defined in

nonfungiblePositionManager.ts:83


tokenId

tokenId: BigintIsh

The id of the token being sent.

Defined in

nonfungiblePositionManager.ts:93

Helpful?