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
owner
• owner: string
Set when withdrawing. The position will be sent to owner
on withdraw.