Skip to main content
Helpful?

MintSpecificOptions

@uniswap/v3-sdk / Exports / MintSpecificOptions

Interface: MintSpecificOptions

Table of contents

Properties

Properties

createPool

Optional createPool: boolean

Creates pool if not initialized before mint.

Defined in

nonfungiblePositionManager.ts:34


recipient

recipient: string

The account that should receive the minted NFT.

Defined in

nonfungiblePositionManager.ts:29

Helpful?