Skip to main content
Helpful?

WithdrawOptions

@uniswap/v3-sdk / Exports / WithdrawOptions

Interface: WithdrawOptions

Options to specify when withdrawing a position.

Table of contents

Properties

Properties

data

Optional data: string

Set when withdrawing. data is passed to safeTransferFrom when transferring the position from contract back to owner.

Defined in

staker.ts:66


owner

owner: string

Set when withdrawing. The position will be sent to owner on withdraw.

Defined in

staker.ts:61

Helpful?