Type Alias InitPoolV2Params
InitPoolV2Params: {
feeTierKey: PublicKey;
funder: PublicKey;
initSqrtPrice: BN;
tickSpacing: number;
tokenBadgeA: PublicKey;
tokenBadgeB: PublicKey;
tokenMintA: PublicKey;
tokenMintB: PublicKey;
tokenProgramA: PublicKey;
tokenProgramB: PublicKey;
tokenVaultAKeypair: Keypair;
tokenVaultBKeypair: Keypair;
whirlpoolPda: PDA;
whirlpoolsConfig: PublicKey;
}
Type declaration
feeTierKey: PublicKey
funder: PublicKey
initSqrtPrice: BN
tickSpacing: number
tokenBadgeA: PublicKey
tokenBadgeB: PublicKey
tokenMintA: PublicKey
tokenMintB: PublicKey
tokenProgramA: PublicKey
tokenProgramB: PublicKey
tokenVaultAKeypair: Keypair
tokenVaultBKeypair: Keypair
whirlpoolPda: PDA
whirlpoolsConfig: PublicKey
Parameters to initialize a Whirlpool account.