Type Alias OpenBundledPositionParams

OpenBundledPositionParams: {
    bundledPositionPda: PDA;
    bundleIndex: number;
    funder: PublicKey;
    positionBundle: PublicKey;
    positionBundleAuthority: PublicKey;
    positionBundleTokenAccount: PublicKey;
    tickLowerIndex: number;
    tickUpperIndex: number;
    whirlpool: PublicKey;
}

Parameters to open a bundled position in a Whirlpool.

PublicKey for the whirlpool that the bundled position will be opened for.

PDA for the derived bundled position address.

PublicKey for the position bundle.

The associated token address for the position bundle token in the owners wallet.

authority that owns the token corresponding to this desired bundled position.

The bundle index that holds the bundled position.

The tick specifying the lower end of the bundled position range.

The tick specifying the upper end of the bundled position range.

The account that would fund the creation of this account