Skip to main content
Helpful?

CollectOptions

@uniswap/v3-sdk / Exports / CollectOptions

Interface: CollectOptions

Table of contents

Properties

Properties

expectedCurrencyOwed0

expectedCurrencyOwed0: CurrencyAmount<Currency>

Expected value of tokensOwed0, including as-of-yet-unaccounted-for fees/liquidity value to be burned

Defined in

nonfungiblePositionManager.ts:114


expectedCurrencyOwed1

expectedCurrencyOwed1: CurrencyAmount<Currency>

Expected value of tokensOwed1, including as-of-yet-unaccounted-for fees/liquidity value to be burned

Defined in

nonfungiblePositionManager.ts:119


recipient

recipient: string

The account that should receive the tokens.

Defined in

nonfungiblePositionManager.ts:124


tokenId

tokenId: BigintIsh

Indicates the ID of the position to collect for.

Defined in

nonfungiblePositionManager.ts:109

Helpful?