RemoveLiquiditySpecificOptions
@uniswap/v4-sdk / RemoveLiquiditySpecificOptions
Defined in: PositionManager.ts:87
Options for producing the calldata to exit a position.
Properties
burnToken?
optional
burnToken:boolean
Defined in: PositionManager.ts:96
Whether the NFT should be burned if the entire position is being exited, by default false.
liquidityPercentage
liquidityPercentage:
Percent
Defined in: PositionManager.ts:91
The percentage of position liquidity to exit.
permit?
optional
permit:NFTPermitOptions
Defined in: PositionManager.ts:101
The optional permit of the token ID being exited, in case the exit transaction is being sent by an account that does not own the NFT