Parameters to open a position in a Whirlpool.
PublicKey for the whirlpool that the position will be opened for.
PublicKey for the wallet that will host the minted position token.
PDA for the derived position address.
PublicKey for the mint token for the Position token.
The associated token address for the position token in the owners wallet.
The tick specifying the lower end of the position range.
The tick specifying the upper end of the position range.
The account that would fund the creation of this account
Parameters to open a position in a Whirlpool.
Param: whirlpool
PublicKey for the whirlpool that the position will be opened for.
Param: ownerKey
PublicKey for the wallet that will host the minted position token.
Param: positionPda
PDA for the derived position address.
Param: positionMintAddress
PublicKey for the mint token for the Position token.
Param: positionTokenAccount
The associated token address for the position token in the owners wallet.
Param: tickLowerIndex
The tick specifying the lower end of the position range.
Param: tickUpperIndex
The tick specifying the upper end of the position range.
Param: funder
The account that would fund the creation of this account