Checks whether a CLMM pool already exists at the given seed index for this mint pair + amm config. Returns true when the index is free to use. Throws when poolSeedIndex is outside 1..MAX_CLMM_POOL_SEED_INDEX (indices the program rejects).
true
poolSeedIndex
1..MAX_CLMM_POOL_SEED_INDEX
Optional
Generated using TypeDoc
Checks whether a CLMM pool already exists at the given seed index for this mint pair + amm config. Returns
truewhen the index is free to use. Throws whenpoolSeedIndexis outside1..MAX_CLMM_POOL_SEED_INDEX(indices the program rejects).