@orca-so/whirlpools-client
Version:
Typescript client to interact with Orca's on-chain Whirlpool program.
616 lines (615 loc) • 427 kB
JavaScript
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var index_exports = {};
__export(index_exports, {
ADAPTIVE_FEE_TIER_DISCRIMINATOR: () => ADAPTIVE_FEE_TIER_DISCRIMINATOR,
AccountsType: () => AccountsType,
CLOSE_BUNDLED_POSITION_DISCRIMINATOR: () => CLOSE_BUNDLED_POSITION_DISCRIMINATOR,
CLOSE_POSITION_DISCRIMINATOR: () => CLOSE_POSITION_DISCRIMINATOR,
CLOSE_POSITION_WITH_TOKEN_EXTENSIONS_DISCRIMINATOR: () => CLOSE_POSITION_WITH_TOKEN_EXTENSIONS_DISCRIMINATOR,
COLLECT_FEES_DISCRIMINATOR: () => COLLECT_FEES_DISCRIMINATOR,
COLLECT_FEES_V2_DISCRIMINATOR: () => COLLECT_FEES_V2_DISCRIMINATOR,
COLLECT_PROTOCOL_FEES_DISCRIMINATOR: () => COLLECT_PROTOCOL_FEES_DISCRIMINATOR,
COLLECT_PROTOCOL_FEES_V2_DISCRIMINATOR: () => COLLECT_PROTOCOL_FEES_V2_DISCRIMINATOR,
COLLECT_REWARD_DISCRIMINATOR: () => COLLECT_REWARD_DISCRIMINATOR,
COLLECT_REWARD_V2_DISCRIMINATOR: () => COLLECT_REWARD_V2_DISCRIMINATOR,
DECREASE_LIQUIDITY_DISCRIMINATOR: () => DECREASE_LIQUIDITY_DISCRIMINATOR,
DECREASE_LIQUIDITY_V2_DISCRIMINATOR: () => DECREASE_LIQUIDITY_V2_DISCRIMINATOR,
DELETE_POSITION_BUNDLE_DISCRIMINATOR: () => DELETE_POSITION_BUNDLE_DISCRIMINATOR,
DELETE_TOKEN_BADGE_DISCRIMINATOR: () => DELETE_TOKEN_BADGE_DISCRIMINATOR,
DYNAMIC_TICK_ARRAY_DISCRIMINATOR: () => DYNAMIC_TICK_ARRAY_DISCRIMINATOR,
FEE_TIER_DISCRIMINATOR: () => FEE_TIER_DISCRIMINATOR,
FIXED_TICK_ARRAY_DISCRIMINATOR: () => FIXED_TICK_ARRAY_DISCRIMINATOR,
IDL_INCLUDE_DISCRIMINATOR: () => IDL_INCLUDE_DISCRIMINATOR,
INCREASE_LIQUIDITY_DISCRIMINATOR: () => INCREASE_LIQUIDITY_DISCRIMINATOR,
INCREASE_LIQUIDITY_V2_DISCRIMINATOR: () => INCREASE_LIQUIDITY_V2_DISCRIMINATOR,
INITIALIZE_ADAPTIVE_FEE_TIER_DISCRIMINATOR: () => INITIALIZE_ADAPTIVE_FEE_TIER_DISCRIMINATOR,
INITIALIZE_CONFIG_DISCRIMINATOR: () => INITIALIZE_CONFIG_DISCRIMINATOR,
INITIALIZE_CONFIG_EXTENSION_DISCRIMINATOR: () => INITIALIZE_CONFIG_EXTENSION_DISCRIMINATOR,
INITIALIZE_DYNAMIC_TICK_ARRAY_DISCRIMINATOR: () => INITIALIZE_DYNAMIC_TICK_ARRAY_DISCRIMINATOR,
INITIALIZE_FEE_TIER_DISCRIMINATOR: () => INITIALIZE_FEE_TIER_DISCRIMINATOR,
INITIALIZE_POOL_DISCRIMINATOR: () => INITIALIZE_POOL_DISCRIMINATOR,
INITIALIZE_POOL_V2_DISCRIMINATOR: () => INITIALIZE_POOL_V2_DISCRIMINATOR,
INITIALIZE_POOL_WITH_ADAPTIVE_FEE_DISCRIMINATOR: () => INITIALIZE_POOL_WITH_ADAPTIVE_FEE_DISCRIMINATOR,
INITIALIZE_POSITION_BUNDLE_DISCRIMINATOR: () => INITIALIZE_POSITION_BUNDLE_DISCRIMINATOR,
INITIALIZE_POSITION_BUNDLE_WITH_METADATA_DISCRIMINATOR: () => INITIALIZE_POSITION_BUNDLE_WITH_METADATA_DISCRIMINATOR,
INITIALIZE_REWARD_DISCRIMINATOR: () => INITIALIZE_REWARD_DISCRIMINATOR,
INITIALIZE_REWARD_V2_DISCRIMINATOR: () => INITIALIZE_REWARD_V2_DISCRIMINATOR,
INITIALIZE_TICK_ARRAY_DISCRIMINATOR: () => INITIALIZE_TICK_ARRAY_DISCRIMINATOR,
INITIALIZE_TOKEN_BADGE_DISCRIMINATOR: () => INITIALIZE_TOKEN_BADGE_DISCRIMINATOR,
LOCK_CONFIG_DISCRIMINATOR: () => LOCK_CONFIG_DISCRIMINATOR,
LOCK_POSITION_DISCRIMINATOR: () => LOCK_POSITION_DISCRIMINATOR,
LockType: () => LockType,
LockTypeLabel: () => LockTypeLabel,
OPEN_BUNDLED_POSITION_DISCRIMINATOR: () => OPEN_BUNDLED_POSITION_DISCRIMINATOR,
OPEN_POSITION_DISCRIMINATOR: () => OPEN_POSITION_DISCRIMINATOR,
OPEN_POSITION_WITH_METADATA_DISCRIMINATOR: () => OPEN_POSITION_WITH_METADATA_DISCRIMINATOR,
OPEN_POSITION_WITH_TOKEN_EXTENSIONS_DISCRIMINATOR: () => OPEN_POSITION_WITH_TOKEN_EXTENSIONS_DISCRIMINATOR,
ORACLE_DISCRIMINATOR: () => ORACLE_DISCRIMINATOR,
POSITION_BUNDLE_DISCRIMINATOR: () => POSITION_BUNDLE_DISCRIMINATOR,
POSITION_DISCRIMINATOR: () => POSITION_DISCRIMINATOR,
RESET_POSITION_RANGE_DISCRIMINATOR: () => RESET_POSITION_RANGE_DISCRIMINATOR,
SET_COLLECT_PROTOCOL_FEES_AUTHORITY_DISCRIMINATOR: () => SET_COLLECT_PROTOCOL_FEES_AUTHORITY_DISCRIMINATOR,
SET_CONFIG_EXTENSION_AUTHORITY_DISCRIMINATOR: () => SET_CONFIG_EXTENSION_AUTHORITY_DISCRIMINATOR,
SET_DEFAULT_BASE_FEE_RATE_DISCRIMINATOR: () => SET_DEFAULT_BASE_FEE_RATE_DISCRIMINATOR,
SET_DEFAULT_FEE_RATE_DISCRIMINATOR: () => SET_DEFAULT_FEE_RATE_DISCRIMINATOR,
SET_DEFAULT_PROTOCOL_FEE_RATE_DISCRIMINATOR: () => SET_DEFAULT_PROTOCOL_FEE_RATE_DISCRIMINATOR,
SET_DELEGATED_FEE_AUTHORITY_DISCRIMINATOR: () => SET_DELEGATED_FEE_AUTHORITY_DISCRIMINATOR,
SET_FEE_AUTHORITY_DISCRIMINATOR: () => SET_FEE_AUTHORITY_DISCRIMINATOR,
SET_FEE_RATE_BY_DELEGATED_FEE_AUTHORITY_DISCRIMINATOR: () => SET_FEE_RATE_BY_DELEGATED_FEE_AUTHORITY_DISCRIMINATOR,
SET_FEE_RATE_DISCRIMINATOR: () => SET_FEE_RATE_DISCRIMINATOR,
SET_INITIALIZE_POOL_AUTHORITY_DISCRIMINATOR: () => SET_INITIALIZE_POOL_AUTHORITY_DISCRIMINATOR,
SET_PRESET_ADAPTIVE_FEE_CONSTANTS_DISCRIMINATOR: () => SET_PRESET_ADAPTIVE_FEE_CONSTANTS_DISCRIMINATOR,
SET_PROTOCOL_FEE_RATE_DISCRIMINATOR: () => SET_PROTOCOL_FEE_RATE_DISCRIMINATOR,
SET_REWARD_AUTHORITY_BY_SUPER_AUTHORITY_DISCRIMINATOR: () => SET_REWARD_AUTHORITY_BY_SUPER_AUTHORITY_DISCRIMINATOR,
SET_REWARD_AUTHORITY_DISCRIMINATOR: () => SET_REWARD_AUTHORITY_DISCRIMINATOR,
SET_REWARD_EMISSIONS_DISCRIMINATOR: () => SET_REWARD_EMISSIONS_DISCRIMINATOR,
SET_REWARD_EMISSIONS_SUPER_AUTHORITY_DISCRIMINATOR: () => SET_REWARD_EMISSIONS_SUPER_AUTHORITY_DISCRIMINATOR,
SET_REWARD_EMISSIONS_V2_DISCRIMINATOR: () => SET_REWARD_EMISSIONS_V2_DISCRIMINATOR,
SET_TOKEN_BADGE_AUTHORITY_DISCRIMINATOR: () => SET_TOKEN_BADGE_AUTHORITY_DISCRIMINATOR,
SWAP_DISCRIMINATOR: () => SWAP_DISCRIMINATOR,
SWAP_V2_DISCRIMINATOR: () => SWAP_V2_DISCRIMINATOR,
TICK_ARRAY_DISCRIMINATOR: () => TICK_ARRAY_DISCRIMINATOR,
TOKEN_BADGE_DISCRIMINATOR: () => TOKEN_BADGE_DISCRIMINATOR,
TRANSFER_LOCKED_POSITION_DISCRIMINATOR: () => TRANSFER_LOCKED_POSITION_DISCRIMINATOR,
TWO_HOP_SWAP_DISCRIMINATOR: () => TWO_HOP_SWAP_DISCRIMINATOR,
TWO_HOP_SWAP_V2_DISCRIMINATOR: () => TWO_HOP_SWAP_V2_DISCRIMINATOR,
UPDATE_FEES_AND_REWARDS_DISCRIMINATOR: () => UPDATE_FEES_AND_REWARDS_DISCRIMINATOR,
WHIRLPOOLS_CONFIG_DISCRIMINATOR: () => WHIRLPOOLS_CONFIG_DISCRIMINATOR,
WHIRLPOOLS_CONFIG_EXTENSION_DISCRIMINATOR: () => WHIRLPOOLS_CONFIG_EXTENSION_DISCRIMINATOR,
WHIRLPOOL_DISCRIMINATOR: () => WHIRLPOOL_DISCRIMINATOR,
WHIRLPOOL_ERROR__AMOUNT_CALC_OVERFLOW: () => WHIRLPOOL_ERROR__AMOUNT_CALC_OVERFLOW,
WHIRLPOOL_ERROR__AMOUNT_IN_ABOVE_MAXIMUM: () => WHIRLPOOL_ERROR__AMOUNT_IN_ABOVE_MAXIMUM,
WHIRLPOOL_ERROR__AMOUNT_OUT_BELOW_MINIMUM: () => WHIRLPOOL_ERROR__AMOUNT_OUT_BELOW_MINIMUM,
WHIRLPOOL_ERROR__AMOUNT_REMAINING_OVERFLOW: () => WHIRLPOOL_ERROR__AMOUNT_REMAINING_OVERFLOW,
WHIRLPOOL_ERROR__BUNDLED_POSITION_ALREADY_CLOSED: () => WHIRLPOOL_ERROR__BUNDLED_POSITION_ALREADY_CLOSED,
WHIRLPOOL_ERROR__BUNDLED_POSITION_ALREADY_OPENED: () => WHIRLPOOL_ERROR__BUNDLED_POSITION_ALREADY_OPENED,
WHIRLPOOL_ERROR__CLOSE_POSITION_NOT_EMPTY: () => WHIRLPOOL_ERROR__CLOSE_POSITION_NOT_EMPTY,
WHIRLPOOL_ERROR__DIFFERENT_WHIRLPOOL_TICK_ARRAY_ACCOUNT: () => WHIRLPOOL_ERROR__DIFFERENT_WHIRLPOOL_TICK_ARRAY_ACCOUNT,
WHIRLPOOL_ERROR__DIVIDE_BY_ZERO: () => WHIRLPOOL_ERROR__DIVIDE_BY_ZERO,
WHIRLPOOL_ERROR__DUPLICATE_TWO_HOP_POOL: () => WHIRLPOOL_ERROR__DUPLICATE_TWO_HOP_POOL,
WHIRLPOOL_ERROR__FEE_RATE_MAX_EXCEEDED: () => WHIRLPOOL_ERROR__FEE_RATE_MAX_EXCEEDED,
WHIRLPOOL_ERROR__FULL_RANGE_ONLY_POOL: () => WHIRLPOOL_ERROR__FULL_RANGE_ONLY_POOL,
WHIRLPOOL_ERROR__INTERMEDIATE_TOKEN_AMOUNT_MISMATCH: () => WHIRLPOOL_ERROR__INTERMEDIATE_TOKEN_AMOUNT_MISMATCH,
WHIRLPOOL_ERROR__INVALID_ADAPTIVE_FEE_CONSTANTS: () => WHIRLPOOL_ERROR__INVALID_ADAPTIVE_FEE_CONSTANTS,
WHIRLPOOL_ERROR__INVALID_BUNDLE_INDEX: () => WHIRLPOOL_ERROR__INVALID_BUNDLE_INDEX,
WHIRLPOOL_ERROR__INVALID_ENUM: () => WHIRLPOOL_ERROR__INVALID_ENUM,
WHIRLPOOL_ERROR__INVALID_FEE_TIER_INDEX: () => WHIRLPOOL_ERROR__INVALID_FEE_TIER_INDEX,
WHIRLPOOL_ERROR__INVALID_INTERMEDIARY_MINT: () => WHIRLPOOL_ERROR__INVALID_INTERMEDIARY_MINT,
WHIRLPOOL_ERROR__INVALID_POSITION_TOKEN_AMOUNT: () => WHIRLPOOL_ERROR__INVALID_POSITION_TOKEN_AMOUNT,
WHIRLPOOL_ERROR__INVALID_REWARD_INDEX: () => WHIRLPOOL_ERROR__INVALID_REWARD_INDEX,
WHIRLPOOL_ERROR__INVALID_SQRT_PRICE_LIMIT_DIRECTION: () => WHIRLPOOL_ERROR__INVALID_SQRT_PRICE_LIMIT_DIRECTION,
WHIRLPOOL_ERROR__INVALID_START_TICK: () => WHIRLPOOL_ERROR__INVALID_START_TICK,
WHIRLPOOL_ERROR__INVALID_TICK_ARRAY_SEQUENCE: () => WHIRLPOOL_ERROR__INVALID_TICK_ARRAY_SEQUENCE,
WHIRLPOOL_ERROR__INVALID_TICK_INDEX: () => WHIRLPOOL_ERROR__INVALID_TICK_INDEX,
WHIRLPOOL_ERROR__INVALID_TICK_SPACING: () => WHIRLPOOL_ERROR__INVALID_TICK_SPACING,
WHIRLPOOL_ERROR__INVALID_TIMESTAMP: () => WHIRLPOOL_ERROR__INVALID_TIMESTAMP,
WHIRLPOOL_ERROR__INVALID_TIMESTAMP_CONVERSION: () => WHIRLPOOL_ERROR__INVALID_TIMESTAMP_CONVERSION,
WHIRLPOOL_ERROR__INVALID_TOKEN_MINT_ORDER: () => WHIRLPOOL_ERROR__INVALID_TOKEN_MINT_ORDER,
WHIRLPOOL_ERROR__INVALID_TRADE_ENABLE_TIMESTAMP: () => WHIRLPOOL_ERROR__INVALID_TRADE_ENABLE_TIMESTAMP,
WHIRLPOOL_ERROR__LIQUIDITY_NET_ERROR: () => WHIRLPOOL_ERROR__LIQUIDITY_NET_ERROR,
WHIRLPOOL_ERROR__LIQUIDITY_OVERFLOW: () => WHIRLPOOL_ERROR__LIQUIDITY_OVERFLOW,
WHIRLPOOL_ERROR__LIQUIDITY_TOO_HIGH: () => WHIRLPOOL_ERROR__LIQUIDITY_TOO_HIGH,
WHIRLPOOL_ERROR__LIQUIDITY_UNDERFLOW: () => WHIRLPOOL_ERROR__LIQUIDITY_UNDERFLOW,
WHIRLPOOL_ERROR__LIQUIDITY_ZERO: () => WHIRLPOOL_ERROR__LIQUIDITY_ZERO,
WHIRLPOOL_ERROR__MISSING_OR_INVALID_DELEGATE: () => WHIRLPOOL_ERROR__MISSING_OR_INVALID_DELEGATE,
WHIRLPOOL_ERROR__MULTIPLICATION_OVERFLOW: () => WHIRLPOOL_ERROR__MULTIPLICATION_OVERFLOW,
WHIRLPOOL_ERROR__MULTIPLICATION_SHIFT_RIGHT_OVERFLOW: () => WHIRLPOOL_ERROR__MULTIPLICATION_SHIFT_RIGHT_OVERFLOW,
WHIRLPOOL_ERROR__MUL_DIV_INVALID_INPUT: () => WHIRLPOOL_ERROR__MUL_DIV_INVALID_INPUT,
WHIRLPOOL_ERROR__MUL_DIV_OVERFLOW: () => WHIRLPOOL_ERROR__MUL_DIV_OVERFLOW,
WHIRLPOOL_ERROR__NO_EXTRA_ACCOUNTS_FOR_TRANSFER_HOOK: () => WHIRLPOOL_ERROR__NO_EXTRA_ACCOUNTS_FOR_TRANSFER_HOOK,
WHIRLPOOL_ERROR__NUMBER_CAST_ERROR: () => WHIRLPOOL_ERROR__NUMBER_CAST_ERROR,
WHIRLPOOL_ERROR__NUMBER_DOWN_CAST_ERROR: () => WHIRLPOOL_ERROR__NUMBER_DOWN_CAST_ERROR,
WHIRLPOOL_ERROR__OPERATION_NOT_ALLOWED_ON_LOCKED_POSITION: () => WHIRLPOOL_ERROR__OPERATION_NOT_ALLOWED_ON_LOCKED_POSITION,
WHIRLPOOL_ERROR__PARTIAL_FILL_ERROR: () => WHIRLPOOL_ERROR__PARTIAL_FILL_ERROR,
WHIRLPOOL_ERROR__POSITION_BUNDLE_NOT_DELETABLE: () => WHIRLPOOL_ERROR__POSITION_BUNDLE_NOT_DELETABLE,
WHIRLPOOL_ERROR__POSITION_NOT_LOCKABLE: () => WHIRLPOOL_ERROR__POSITION_NOT_LOCKABLE,
WHIRLPOOL_ERROR__PROTOCOL_FEE_RATE_MAX_EXCEEDED: () => WHIRLPOOL_ERROR__PROTOCOL_FEE_RATE_MAX_EXCEEDED,
WHIRLPOOL_ERROR__REMAINING_ACCOUNTS_DUPLICATED_ACCOUNTS_TYPE: () => WHIRLPOOL_ERROR__REMAINING_ACCOUNTS_DUPLICATED_ACCOUNTS_TYPE,
WHIRLPOOL_ERROR__REMAINING_ACCOUNTS_INSUFFICIENT: () => WHIRLPOOL_ERROR__REMAINING_ACCOUNTS_INSUFFICIENT,
WHIRLPOOL_ERROR__REMAINING_ACCOUNTS_INVALID_SLICE: () => WHIRLPOOL_ERROR__REMAINING_ACCOUNTS_INVALID_SLICE,
WHIRLPOOL_ERROR__RENT_CALCULATION_ERROR: () => WHIRLPOOL_ERROR__RENT_CALCULATION_ERROR,
WHIRLPOOL_ERROR__REWARD_NOT_INITIALIZED: () => WHIRLPOOL_ERROR__REWARD_NOT_INITIALIZED,
WHIRLPOOL_ERROR__REWARD_VAULT_AMOUNT_INSUFFICIENT: () => WHIRLPOOL_ERROR__REWARD_VAULT_AMOUNT_INSUFFICIENT,
WHIRLPOOL_ERROR__SAME_TICK_RANGE_NOT_ALLOWED: () => WHIRLPOOL_ERROR__SAME_TICK_RANGE_NOT_ALLOWED,
WHIRLPOOL_ERROR__SQRT_PRICE_OUT_OF_BOUNDS: () => WHIRLPOOL_ERROR__SQRT_PRICE_OUT_OF_BOUNDS,
WHIRLPOOL_ERROR__TICK_ARRAY_EXIST_IN_POOL: () => WHIRLPOOL_ERROR__TICK_ARRAY_EXIST_IN_POOL,
WHIRLPOOL_ERROR__TICK_ARRAY_INDEX_OUTOF_BOUNDS: () => WHIRLPOOL_ERROR__TICK_ARRAY_INDEX_OUTOF_BOUNDS,
WHIRLPOOL_ERROR__TICK_ARRAY_SEQUENCE_INVALID_INDEX: () => WHIRLPOOL_ERROR__TICK_ARRAY_SEQUENCE_INVALID_INDEX,
WHIRLPOOL_ERROR__TICK_NOT_FOUND: () => WHIRLPOOL_ERROR__TICK_NOT_FOUND,
WHIRLPOOL_ERROR__TOKEN_MAX_EXCEEDED: () => WHIRLPOOL_ERROR__TOKEN_MAX_EXCEEDED,
WHIRLPOOL_ERROR__TOKEN_MIN_SUBCEEDED: () => WHIRLPOOL_ERROR__TOKEN_MIN_SUBCEEDED,
WHIRLPOOL_ERROR__TOO_MANY_SUPPLEMENTAL_TICK_ARRAYS: () => WHIRLPOOL_ERROR__TOO_MANY_SUPPLEMENTAL_TICK_ARRAYS,
WHIRLPOOL_ERROR__TRADE_IS_NOT_ENABLED: () => WHIRLPOOL_ERROR__TRADE_IS_NOT_ENABLED,
WHIRLPOOL_ERROR__TRANSFER_FEE_CALCULATION_ERROR: () => WHIRLPOOL_ERROR__TRANSFER_FEE_CALCULATION_ERROR,
WHIRLPOOL_ERROR__UNSUPPORTED_TOKEN_MINT: () => WHIRLPOOL_ERROR__UNSUPPORTED_TOKEN_MINT,
WHIRLPOOL_ERROR__ZERO_TRADABLE_AMOUNT: () => WHIRLPOOL_ERROR__ZERO_TRADABLE_AMOUNT,
WHIRLPOOL_PROGRAM_ADDRESS: () => WHIRLPOOL_PROGRAM_ADDRESS,
WhirlpoolAccount: () => WhirlpoolAccount,
WhirlpoolInstruction: () => WhirlpoolInstruction,
adaptiveFeeTierAdaptiveFeeControlFactorFilter: () => adaptiveFeeTierAdaptiveFeeControlFactorFilter,
adaptiveFeeTierDecayPeriodFilter: () => adaptiveFeeTierDecayPeriodFilter,
adaptiveFeeTierDefaultBaseFeeRateFilter: () => adaptiveFeeTierDefaultBaseFeeRateFilter,
adaptiveFeeTierDelegatedFeeAuthorityFilter: () => adaptiveFeeTierDelegatedFeeAuthorityFilter,
adaptiveFeeTierFeeTierIndexFilter: () => adaptiveFeeTierFeeTierIndexFilter,
adaptiveFeeTierFilterPeriodFilter: () => adaptiveFeeTierFilterPeriodFilter,
adaptiveFeeTierInitializePoolAuthorityFilter: () => adaptiveFeeTierInitializePoolAuthorityFilter,
adaptiveFeeTierMajorSwapThresholdTicksFilter: () => adaptiveFeeTierMajorSwapThresholdTicksFilter,
adaptiveFeeTierMaxVolatilityFilter: () => adaptiveFeeTierMaxVolatilityFilter,
adaptiveFeeTierReductionFactorFilter: () => adaptiveFeeTierReductionFactorFilter,
adaptiveFeeTierTickGroupSizeFilter: () => adaptiveFeeTierTickGroupSizeFilter,
adaptiveFeeTierTickSpacingFilter: () => adaptiveFeeTierTickSpacingFilter,
adaptiveFeeTierWhirlpoolsConfigFilter: () => adaptiveFeeTierWhirlpoolsConfigFilter,
consolidateTick: () => consolidateTick,
consolidateTickArray: () => consolidateTickArray,
decodeAdaptiveFeeTier: () => decodeAdaptiveFeeTier,
decodeDynamicTickArray: () => decodeDynamicTickArray,
decodeFeeTier: () => decodeFeeTier,
decodeFixedTickArray: () => decodeFixedTickArray,
decodeLockConfig: () => decodeLockConfig,
decodeOracle: () => decodeOracle,
decodePosition: () => decodePosition,
decodePositionBundle: () => decodePositionBundle,
decodeTickArray: () => decodeTickArray,
decodeTokenBadge: () => decodeTokenBadge,
decodeWhirlpool: () => decodeWhirlpool,
decodeWhirlpoolsConfig: () => decodeWhirlpoolsConfig,
decodeWhirlpoolsConfigExtension: () => decodeWhirlpoolsConfigExtension,
dynamicTick: () => dynamicTick,
feeTierFeeRateFilter: () => feeTierFeeRateFilter,
feeTierTickSpacingFilter: () => feeTierTickSpacingFilter,
feeTierWhirlpoolsConfigFilter: () => feeTierWhirlpoolsConfigFilter,
fetchAdaptiveFeeTier: () => fetchAdaptiveFeeTier,
fetchAllAdaptiveFeeTier: () => fetchAllAdaptiveFeeTier,
fetchAllAdaptiveFeeTierWithFilter: () => fetchAllAdaptiveFeeTierWithFilter,
fetchAllDynamicTickArray: () => fetchAllDynamicTickArray,
fetchAllFeeTier: () => fetchAllFeeTier,
fetchAllFeeTierWithFilter: () => fetchAllFeeTierWithFilter,
fetchAllFixedTickArray: () => fetchAllFixedTickArray,
fetchAllFixedTickArrayWithFilter: () => fetchAllFixedTickArrayWithFilter,
fetchAllLockConfig: () => fetchAllLockConfig,
fetchAllMaybeAdaptiveFeeTier: () => fetchAllMaybeAdaptiveFeeTier,
fetchAllMaybeDynamicTickArray: () => fetchAllMaybeDynamicTickArray,
fetchAllMaybeFeeTier: () => fetchAllMaybeFeeTier,
fetchAllMaybeFixedTickArray: () => fetchAllMaybeFixedTickArray,
fetchAllMaybeLockConfig: () => fetchAllMaybeLockConfig,
fetchAllMaybeOracle: () => fetchAllMaybeOracle,
fetchAllMaybePosition: () => fetchAllMaybePosition,
fetchAllMaybePositionBundle: () => fetchAllMaybePositionBundle,
fetchAllMaybeTickArray: () => fetchAllMaybeTickArray,
fetchAllMaybeTokenBadge: () => fetchAllMaybeTokenBadge,
fetchAllMaybeWhirlpool: () => fetchAllMaybeWhirlpool,
fetchAllMaybeWhirlpoolsConfig: () => fetchAllMaybeWhirlpoolsConfig,
fetchAllMaybeWhirlpoolsConfigExtension: () => fetchAllMaybeWhirlpoolsConfigExtension,
fetchAllOracle: () => fetchAllOracle,
fetchAllOracleWithFilter: () => fetchAllOracleWithFilter,
fetchAllPosition: () => fetchAllPosition,
fetchAllPositionBundle: () => fetchAllPositionBundle,
fetchAllPositionBundleWithFilter: () => fetchAllPositionBundleWithFilter,
fetchAllPositionWithFilter: () => fetchAllPositionWithFilter,
fetchAllTickArray: () => fetchAllTickArray,
fetchAllTokenBadge: () => fetchAllTokenBadge,
fetchAllTokenBadgeWithFilter: () => fetchAllTokenBadgeWithFilter,
fetchAllWhirlpool: () => fetchAllWhirlpool,
fetchAllWhirlpoolWithFilter: () => fetchAllWhirlpoolWithFilter,
fetchAllWhirlpoolsConfig: () => fetchAllWhirlpoolsConfig,
fetchAllWhirlpoolsConfigExtension: () => fetchAllWhirlpoolsConfigExtension,
fetchAllWhirlpoolsConfigExtensionWithFilter: () => fetchAllWhirlpoolsConfigExtensionWithFilter,
fetchAllWhirlpoolsConfigWithFilter: () => fetchAllWhirlpoolsConfigWithFilter,
fetchDynamicTickArray: () => fetchDynamicTickArray,
fetchFeeTier: () => fetchFeeTier,
fetchFixedTickArray: () => fetchFixedTickArray,
fetchLockConfig: () => fetchLockConfig,
fetchMaybeAdaptiveFeeTier: () => fetchMaybeAdaptiveFeeTier,
fetchMaybeDynamicTickArray: () => fetchMaybeDynamicTickArray,
fetchMaybeFeeTier: () => fetchMaybeFeeTier,
fetchMaybeFixedTickArray: () => fetchMaybeFixedTickArray,
fetchMaybeLockConfig: () => fetchMaybeLockConfig,
fetchMaybeOracle: () => fetchMaybeOracle,
fetchMaybePosition: () => fetchMaybePosition,
fetchMaybePositionBundle: () => fetchMaybePositionBundle,
fetchMaybeTickArray: () => fetchMaybeTickArray,
fetchMaybeTokenBadge: () => fetchMaybeTokenBadge,
fetchMaybeWhirlpool: () => fetchMaybeWhirlpool,
fetchMaybeWhirlpoolsConfig: () => fetchMaybeWhirlpoolsConfig,
fetchMaybeWhirlpoolsConfigExtension: () => fetchMaybeWhirlpoolsConfigExtension,
fetchOracle: () => fetchOracle,
fetchPosition: () => fetchPosition,
fetchPositionBundle: () => fetchPositionBundle,
fetchTickArray: () => fetchTickArray,
fetchTokenBadge: () => fetchTokenBadge,
fetchWhirlpool: () => fetchWhirlpool,
fetchWhirlpoolsConfig: () => fetchWhirlpoolsConfig,
fetchWhirlpoolsConfigExtension: () => fetchWhirlpoolsConfigExtension,
fixedTickArrayStartTickIndexFilter: () => fixedTickArrayStartTickIndexFilter,
fixedTickArrayWhirlpoolFilter: () => fixedTickArrayWhirlpoolFilter,
getAccountsTypeCodec: () => getAccountsTypeCodec,
getAccountsTypeDecoder: () => getAccountsTypeDecoder,
getAccountsTypeEncoder: () => getAccountsTypeEncoder,
getAdaptiveFeeConstantsCodec: () => getAdaptiveFeeConstantsCodec,
getAdaptiveFeeConstantsDecoder: () => getAdaptiveFeeConstantsDecoder,
getAdaptiveFeeConstantsEncoder: () => getAdaptiveFeeConstantsEncoder,
getAdaptiveFeeTierCodec: () => getAdaptiveFeeTierCodec,
getAdaptiveFeeTierDecoder: () => getAdaptiveFeeTierDecoder,
getAdaptiveFeeTierDiscriminatorBytes: () => getAdaptiveFeeTierDiscriminatorBytes,
getAdaptiveFeeTierEncoder: () => getAdaptiveFeeTierEncoder,
getAdaptiveFeeTierSize: () => getAdaptiveFeeTierSize,
getAdaptiveFeeVariablesCodec: () => getAdaptiveFeeVariablesCodec,
getAdaptiveFeeVariablesDecoder: () => getAdaptiveFeeVariablesDecoder,
getAdaptiveFeeVariablesEncoder: () => getAdaptiveFeeVariablesEncoder,
getBundledPositionAddress: () => getBundledPositionAddress,
getCloseBundledPositionDiscriminatorBytes: () => getCloseBundledPositionDiscriminatorBytes,
getCloseBundledPositionInstruction: () => getCloseBundledPositionInstruction,
getCloseBundledPositionInstructionDataCodec: () => getCloseBundledPositionInstructionDataCodec,
getCloseBundledPositionInstructionDataDecoder: () => getCloseBundledPositionInstructionDataDecoder,
getCloseBundledPositionInstructionDataEncoder: () => getCloseBundledPositionInstructionDataEncoder,
getClosePositionDiscriminatorBytes: () => getClosePositionDiscriminatorBytes,
getClosePositionInstruction: () => getClosePositionInstruction,
getClosePositionInstructionDataCodec: () => getClosePositionInstructionDataCodec,
getClosePositionInstructionDataDecoder: () => getClosePositionInstructionDataDecoder,
getClosePositionInstructionDataEncoder: () => getClosePositionInstructionDataEncoder,
getClosePositionWithTokenExtensionsDiscriminatorBytes: () => getClosePositionWithTokenExtensionsDiscriminatorBytes,
getClosePositionWithTokenExtensionsInstruction: () => getClosePositionWithTokenExtensionsInstruction,
getClosePositionWithTokenExtensionsInstructionDataCodec: () => getClosePositionWithTokenExtensionsInstructionDataCodec,
getClosePositionWithTokenExtensionsInstructionDataDecoder: () => getClosePositionWithTokenExtensionsInstructionDataDecoder,
getClosePositionWithTokenExtensionsInstructionDataEncoder: () => getClosePositionWithTokenExtensionsInstructionDataEncoder,
getCollectFeesDiscriminatorBytes: () => getCollectFeesDiscriminatorBytes,
getCollectFeesInstruction: () => getCollectFeesInstruction,
getCollectFeesInstructionDataCodec: () => getCollectFeesInstructionDataCodec,
getCollectFeesInstructionDataDecoder: () => getCollectFeesInstructionDataDecoder,
getCollectFeesInstructionDataEncoder: () => getCollectFeesInstructionDataEncoder,
getCollectFeesV2DiscriminatorBytes: () => getCollectFeesV2DiscriminatorBytes,
getCollectFeesV2Instruction: () => getCollectFeesV2Instruction,
getCollectFeesV2InstructionDataCodec: () => getCollectFeesV2InstructionDataCodec,
getCollectFeesV2InstructionDataDecoder: () => getCollectFeesV2InstructionDataDecoder,
getCollectFeesV2InstructionDataEncoder: () => getCollectFeesV2InstructionDataEncoder,
getCollectProtocolFeesDiscriminatorBytes: () => getCollectProtocolFeesDiscriminatorBytes,
getCollectProtocolFeesInstruction: () => getCollectProtocolFeesInstruction,
getCollectProtocolFeesInstructionDataCodec: () => getCollectProtocolFeesInstructionDataCodec,
getCollectProtocolFeesInstructionDataDecoder: () => getCollectProtocolFeesInstructionDataDecoder,
getCollectProtocolFeesInstructionDataEncoder: () => getCollectProtocolFeesInstructionDataEncoder,
getCollectProtocolFeesV2DiscriminatorBytes: () => getCollectProtocolFeesV2DiscriminatorBytes,
getCollectProtocolFeesV2Instruction: () => getCollectProtocolFeesV2Instruction,
getCollectProtocolFeesV2InstructionDataCodec: () => getCollectProtocolFeesV2InstructionDataCodec,
getCollectProtocolFeesV2InstructionDataDecoder: () => getCollectProtocolFeesV2InstructionDataDecoder,
getCollectProtocolFeesV2InstructionDataEncoder: () => getCollectProtocolFeesV2InstructionDataEncoder,
getCollectRewardDiscriminatorBytes: () => getCollectRewardDiscriminatorBytes,
getCollectRewardInstruction: () => getCollectRewardInstruction,
getCollectRewardInstructionDataCodec: () => getCollectRewardInstructionDataCodec,
getCollectRewardInstructionDataDecoder: () => getCollectRewardInstructionDataDecoder,
getCollectRewardInstructionDataEncoder: () => getCollectRewardInstructionDataEncoder,
getCollectRewardV2DiscriminatorBytes: () => getCollectRewardV2DiscriminatorBytes,
getCollectRewardV2Instruction: () => getCollectRewardV2Instruction,
getCollectRewardV2InstructionDataCodec: () => getCollectRewardV2InstructionDataCodec,
getCollectRewardV2InstructionDataDecoder: () => getCollectRewardV2InstructionDataDecoder,
getCollectRewardV2InstructionDataEncoder: () => getCollectRewardV2InstructionDataEncoder,
getDecreaseLiquidityDiscriminatorBytes: () => getDecreaseLiquidityDiscriminatorBytes,
getDecreaseLiquidityInstruction: () => getDecreaseLiquidityInstruction,
getDecreaseLiquidityInstructionDataCodec: () => getDecreaseLiquidityInstructionDataCodec,
getDecreaseLiquidityInstructionDataDecoder: () => getDecreaseLiquidityInstructionDataDecoder,
getDecreaseLiquidityInstructionDataEncoder: () => getDecreaseLiquidityInstructionDataEncoder,
getDecreaseLiquidityV2DiscriminatorBytes: () => getDecreaseLiquidityV2DiscriminatorBytes,
getDecreaseLiquidityV2Instruction: () => getDecreaseLiquidityV2Instruction,
getDecreaseLiquidityV2InstructionDataCodec: () => getDecreaseLiquidityV2InstructionDataCodec,
getDecreaseLiquidityV2InstructionDataDecoder: () => getDecreaseLiquidityV2InstructionDataDecoder,
getDecreaseLiquidityV2InstructionDataEncoder: () => getDecreaseLiquidityV2InstructionDataEncoder,
getDeletePositionBundleDiscriminatorBytes: () => getDeletePositionBundleDiscriminatorBytes,
getDeletePositionBundleInstruction: () => getDeletePositionBundleInstruction,
getDeletePositionBundleInstructionDataCodec: () => getDeletePositionBundleInstructionDataCodec,
getDeletePositionBundleInstructionDataDecoder: () => getDeletePositionBundleInstructionDataDecoder,
getDeletePositionBundleInstructionDataEncoder: () => getDeletePositionBundleInstructionDataEncoder,
getDeleteTokenBadgeDiscriminatorBytes: () => getDeleteTokenBadgeDiscriminatorBytes,
getDeleteTokenBadgeInstruction: () => getDeleteTokenBadgeInstruction,
getDeleteTokenBadgeInstructionDataCodec: () => getDeleteTokenBadgeInstructionDataCodec,
getDeleteTokenBadgeInstructionDataDecoder: () => getDeleteTokenBadgeInstructionDataDecoder,
getDeleteTokenBadgeInstructionDataEncoder: () => getDeleteTokenBadgeInstructionDataEncoder,
getDynamicTickArrayCodec: () => getDynamicTickArrayCodec,
getDynamicTickArrayDecoder: () => getDynamicTickArrayDecoder,
getDynamicTickArrayDiscriminatorBytes: () => getDynamicTickArrayDiscriminatorBytes,
getDynamicTickArrayEncoder: () => getDynamicTickArrayEncoder,
getDynamicTickArrayMaxSize: () => getDynamicTickArrayMaxSize,
getDynamicTickArrayMinSize: () => getDynamicTickArrayMinSize,
getDynamicTickCodec: () => getDynamicTickCodec,
getDynamicTickDataCodec: () => getDynamicTickDataCodec,
getDynamicTickDataDecoder: () => getDynamicTickDataDecoder,
getDynamicTickDataEncoder: () => getDynamicTickDataEncoder,
getDynamicTickDecoder: () => getDynamicTickDecoder,
getDynamicTickEncoder: () => getDynamicTickEncoder,
getFeeTierAddress: () => getFeeTierAddress,
getFeeTierCodec: () => getFeeTierCodec,
getFeeTierDecoder: () => getFeeTierDecoder,
getFeeTierDiscriminatorBytes: () => getFeeTierDiscriminatorBytes,
getFeeTierEncoder: () => getFeeTierEncoder,
getFeeTierSize: () => getFeeTierSize,
getFixedTickArrayCodec: () => getFixedTickArrayCodec,
getFixedTickArrayDecoder: () => getFixedTickArrayDecoder,
getFixedTickArrayDiscriminatorBytes: () => getFixedTickArrayDiscriminatorBytes,
getFixedTickArrayEncoder: () => getFixedTickArrayEncoder,
getFixedTickArraySize: () => getFixedTickArraySize,
getIdlIncludeDiscriminatorBytes: () => getIdlIncludeDiscriminatorBytes,
getIdlIncludeInstruction: () => getIdlIncludeInstruction,
getIdlIncludeInstructionDataCodec: () => getIdlIncludeInstructionDataCodec,
getIdlIncludeInstructionDataDecoder: () => getIdlIncludeInstructionDataDecoder,
getIdlIncludeInstructionDataEncoder: () => getIdlIncludeInstructionDataEncoder,
getIncreaseLiquidityDiscriminatorBytes: () => getIncreaseLiquidityDiscriminatorBytes,
getIncreaseLiquidityInstruction: () => getIncreaseLiquidityInstruction,
getIncreaseLiquidityInstructionDataCodec: () => getIncreaseLiquidityInstructionDataCodec,
getIncreaseLiquidityInstructionDataDecoder: () => getIncreaseLiquidityInstructionDataDecoder,
getIncreaseLiquidityInstructionDataEncoder: () => getIncreaseLiquidityInstructionDataEncoder,
getIncreaseLiquidityV2DiscriminatorBytes: () => getIncreaseLiquidityV2DiscriminatorBytes,
getIncreaseLiquidityV2Instruction: () => getIncreaseLiquidityV2Instruction,
getIncreaseLiquidityV2InstructionDataCodec: () => getIncreaseLiquidityV2InstructionDataCodec,
getIncreaseLiquidityV2InstructionDataDecoder: () => getIncreaseLiquidityV2InstructionDataDecoder,
getIncreaseLiquidityV2InstructionDataEncoder: () => getIncreaseLiquidityV2InstructionDataEncoder,
getInitializeAdaptiveFeeTierDiscriminatorBytes: () => getInitializeAdaptiveFeeTierDiscriminatorBytes,
getInitializeAdaptiveFeeTierInstruction: () => getInitializeAdaptiveFeeTierInstruction,
getInitializeAdaptiveFeeTierInstructionDataCodec: () => getInitializeAdaptiveFeeTierInstructionDataCodec,
getInitializeAdaptiveFeeTierInstructionDataDecoder: () => getInitializeAdaptiveFeeTierInstructionDataDecoder,
getInitializeAdaptiveFeeTierInstructionDataEncoder: () => getInitializeAdaptiveFeeTierInstructionDataEncoder,
getInitializeConfigDiscriminatorBytes: () => getInitializeConfigDiscriminatorBytes,
getInitializeConfigExtensionDiscriminatorBytes: () => getInitializeConfigExtensionDiscriminatorBytes,
getInitializeConfigExtensionInstruction: () => getInitializeConfigExtensionInstruction,
getInitializeConfigExtensionInstructionDataCodec: () => getInitializeConfigExtensionInstructionDataCodec,
getInitializeConfigExtensionInstructionDataDecoder: () => getInitializeConfigExtensionInstructionDataDecoder,
getInitializeConfigExtensionInstructionDataEncoder: () => getInitializeConfigExtensionInstructionDataEncoder,
getInitializeConfigInstruction: () => getInitializeConfigInstruction,
getInitializeConfigInstructionDataCodec: () => getInitializeConfigInstructionDataCodec,
getInitializeConfigInstructionDataDecoder: () => getInitializeConfigInstructionDataDecoder,
getInitializeConfigInstructionDataEncoder: () => getInitializeConfigInstructionDataEncoder,
getInitializeDynamicTickArrayDiscriminatorBytes: () => getInitializeDynamicTickArrayDiscriminatorBytes,
getInitializeDynamicTickArrayInstruction: () => getInitializeDynamicTickArrayInstruction,
getInitializeDynamicTickArrayInstructionDataCodec: () => getInitializeDynamicTickArrayInstructionDataCodec,
getInitializeDynamicTickArrayInstructionDataDecoder: () => getInitializeDynamicTickArrayInstructionDataDecoder,
getInitializeDynamicTickArrayInstructionDataEncoder: () => getInitializeDynamicTickArrayInstructionDataEncoder,
getInitializeFeeTierDiscriminatorBytes: () => getInitializeFeeTierDiscriminatorBytes,
getInitializeFeeTierInstruction: () => getInitializeFeeTierInstruction,
getInitializeFeeTierInstructionDataCodec: () => getInitializeFeeTierInstructionDataCodec,
getInitializeFeeTierInstructionDataDecoder: () => getInitializeFeeTierInstructionDataDecoder,
getInitializeFeeTierInstructionDataEncoder: () => getInitializeFeeTierInstructionDataEncoder,
getInitializePoolDiscriminatorBytes: () => getInitializePoolDiscriminatorBytes,
getInitializePoolInstruction: () => getInitializePoolInstruction,
getInitializePoolInstructionDataCodec: () => getInitializePoolInstructionDataCodec,
getInitializePoolInstructionDataDecoder: () => getInitializePoolInstructionDataDecoder,
getInitializePoolInstructionDataEncoder: () => getInitializePoolInstructionDataEncoder,
getInitializePoolV2DiscriminatorBytes: () => getInitializePoolV2DiscriminatorBytes,
getInitializePoolV2Instruction: () => getInitializePoolV2Instruction,
getInitializePoolV2InstructionDataCodec: () => getInitializePoolV2InstructionDataCodec,
getInitializePoolV2InstructionDataDecoder: () => getInitializePoolV2InstructionDataDecoder,
getInitializePoolV2InstructionDataEncoder: () => getInitializePoolV2InstructionDataEncoder,
getInitializePoolWithAdaptiveFeeDiscriminatorBytes: () => getInitializePoolWithAdaptiveFeeDiscriminatorBytes,
getInitializePoolWithAdaptiveFeeInstruction: () => getInitializePoolWithAdaptiveFeeInstruction,
getInitializePoolWithAdaptiveFeeInstructionDataCodec: () => getInitializePoolWithAdaptiveFeeInstructionDataCodec,
getInitializePoolWithAdaptiveFeeInstructionDataDecoder: () => getInitializePoolWithAdaptiveFeeInstructionDataDecoder,
getInitializePoolWithAdaptiveFeeInstructionDataEncoder: () => getInitializePoolWithAdaptiveFeeInstructionDataEncoder,
getInitializePositionBundleDiscriminatorBytes: () => getInitializePositionBundleDiscriminatorBytes,
getInitializePositionBundleInstruction: () => getInitializePositionBundleInstruction,
getInitializePositionBundleInstructionDataCodec: () => getInitializePositionBundleInstructionDataCodec,
getInitializePositionBundleInstructionDataDecoder: () => getInitializePositionBundleInstructionDataDecoder,
getInitializePositionBundleInstructionDataEncoder: () => getInitializePositionBundleInstructionDataEncoder,
getInitializePositionBundleWithMetadataDiscriminatorBytes: () => getInitializePositionBundleWithMetadataDiscriminatorBytes,
getInitializePositionBundleWithMetadataInstruction: () => getInitializePositionBundleWithMetadataInstruction,
getInitializePositionBundleWithMetadataInstructionDataCodec: () => getInitializePositionBundleWithMetadataInstructionDataCodec,
getInitializePositionBundleWithMetadataInstructionDataDecoder: () => getInitializePositionBundleWithMetadataInstructionDataDecoder,
getInitializePositionBundleWithMetadataInstructionDataEncoder: () => getInitializePositionBundleWithMetadataInstructionDataEncoder,
getInitializeRewardDiscriminatorBytes: () => getInitializeRewardDiscriminatorBytes,
getInitializeRewardInstruction: () => getInitializeRewardInstruction,
getInitializeRewardInstructionDataCodec: () => getInitializeRewardInstructionDataCodec,
getInitializeRewardInstructionDataDecoder: () => getInitializeRewardInstructionDataDecoder,
getInitializeRewardInstructionDataEncoder: () => getInitializeRewardInstructionDataEncoder,
getInitializeRewardV2DiscriminatorBytes: () => getInitializeRewardV2DiscriminatorBytes,
getInitializeRewardV2Instruction: () => getInitializeRewardV2Instruction,
getInitializeRewardV2InstructionDataCodec: () => getInitializeRewardV2InstructionDataCodec,
getInitializeRewardV2InstructionDataDecoder: () => getInitializeRewardV2InstructionDataDecoder,
getInitializeRewardV2InstructionDataEncoder: () => getInitializeRewardV2InstructionDataEncoder,
getInitializeTickArrayDiscriminatorBytes: () => getInitializeTickArrayDiscriminatorBytes,
getInitializeTickArrayInstruction: () => getInitializeTickArrayInstruction,
getInitializeTickArrayInstructionDataCodec: () => getInitializeTickArrayInstructionDataCodec,
getInitializeTickArrayInstructionDataDecoder: () => getInitializeTickArrayInstructionDataDecoder,
getInitializeTickArrayInstructionDataEncoder: () => getInitializeTickArrayInstructionDataEncoder,
getInitializeTokenBadgeDiscriminatorBytes: () => getInitializeTokenBadgeDiscriminatorBytes,
getInitializeTokenBadgeInstruction: () => getInitializeTokenBadgeInstruction,
getInitializeTokenBadgeInstructionDataCodec: () => getInitializeTokenBadgeInstructionDataCodec,
getInitializeTokenBadgeInstructionDataDecoder: () => getInitializeTokenBadgeInstructionDataDecoder,
getInitializeTokenBadgeInstructionDataEncoder: () => getInitializeTokenBadgeInstructionDataEncoder,
getLockConfigCodec: () => getLockConfigCodec,
getLockConfigDecoder: () => getLockConfigDecoder,
getLockConfigDiscriminatorBytes: () => getLockConfigDiscriminatorBytes,
getLockConfigEncoder: () => getLockConfigEncoder,
getLockConfigSize: () => getLockConfigSize,
getLockPositionDiscriminatorBytes: () => getLockPositionDiscriminatorBytes,
getLockPositionInstruction: () => getLockPositionInstruction,
getLockPositionInstructionDataCodec: () => getLockPositionInstructionDataCodec,
getLockPositionInstructionDataDecoder: () => getLockPositionInstructionDataDecoder,
getLockPositionInstructionDataEncoder: () => getLockPositionInstructionDataEncoder,
getLockTypeCodec: () => getLockTypeCodec,
getLockTypeDecoder: () => getLockTypeDecoder,
getLockTypeEncoder: () => getLockTypeEncoder,
getLockTypeLabelCodec: () => getLockTypeLabelCodec,
getLockTypeLabelDecoder: () => getLockTypeLabelDecoder,
getLockTypeLabelEncoder: () => getLockTypeLabelEncoder,
getOpenBundledPositionDiscriminatorBytes: () => getOpenBundledPositionDiscriminatorBytes,
getOpenBundledPositionInstruction: () => getOpenBundledPositionInstruction,
getOpenBundledPositionInstructionDataCodec: () => getOpenBundledPositionInstructionDataCodec,
getOpenBundledPositionInstructionDataDecoder: () => getOpenBundledPositionInstructionDataDecoder,
getOpenBundledPositionInstructionDataEncoder: () => getOpenBundledPositionInstructionDataEncoder,
getOpenPositionDiscriminatorBytes: () => getOpenPositionDiscriminatorBytes,
getOpenPositionInstruction: () => getOpenPositionInstruction,
getOpenPositionInstructionDataCodec: () => getOpenPositionInstructionDataCodec,
getOpenPositionInstructionDataDecoder: () => getOpenPositionInstructionDataDecoder,
getOpenPositionInstructionDataEncoder: () => getOpenPositionInstructionDataEncoder,
getOpenPositionWithMetadataDiscriminatorBytes: () => getOpenPositionWithMetadataDiscriminatorBytes,
getOpenPositionWithMetadataInstruction: () => getOpenPositionWithMetadataInstruction,
getOpenPositionWithMetadataInstructionDataCodec: () => getOpenPositionWithMetadataInstructionDataCodec,
getOpenPositionWithMetadataInstructionDataDecoder: () => getOpenPositionWithMetadataInstructionDataDecoder,
getOpenPositionWithMetadataInstructionDataEncoder: () => getOpenPositionWithMetadataInstructionDataEncoder,
getOpenPositionWithTokenExtensionsDiscriminatorBytes: () => getOpenPositionWithTokenExtensionsDiscriminatorBytes,
getOpenPositionWithTokenExtensionsInstruction: () => getOpenPositionWithTokenExtensionsInstruction,
getOpenPositionWithTokenExtensionsInstructionDataCodec: () => getOpenPositionWithTokenExtensionsInstructionDataCodec,
getOpenPositionWithTokenExtensionsInstructionDataDecoder: () => getOpenPositionWithTokenExtensionsInstructionDataDecoder,
getOpenPositionWithTokenExtensionsInstructionDataEncoder: () => getOpenPositionWithTokenExtensionsInstructionDataEncoder,
getOracleAddress: () => getOracleAddress,
getOracleCodec: () => getOracleCodec,
getOracleDecoder: () => getOracleDecoder,
getOracleDiscriminatorBytes: () => getOracleDiscriminatorBytes,
getOracleEncoder: () => getOracleEncoder,
getOracleSize: () => getOracleSize,
getPositionAddress: () => getPositionAddress,
getPositionBundleAddress: () => getPositionBundleAddress,
getPositionBundleCodec: () => getPositionBundleCodec,
getPositionBundleDecoder: () => getPositionBundleDecoder,
getPositionBundleDiscriminatorBytes: () => getPositionBundleDiscriminatorBytes,
getPositionBundleEncoder: () => getPositionBundleEncoder,
getPositionBundleSize: () => getPositionBundleSize,
getPositionCodec: () => getPositionCodec,
getPositionDecoder: () => getPositionDecoder,
getPositionDiscriminatorBytes: () => getPositionDiscriminatorBytes,
getPositionEncoder: () => getPositionEncoder,
getPositionRewardInfoCodec: () => getPositionRewardInfoCodec,
getPositionRewardInfoDecoder: () => getPositionRewardInfoDecoder,
getPositionRewardInfoEncoder: () => getPositionRewardInfoEncoder,
getPositionSize: () => getPositionSize,
getRemainingAccountsInfoCodec: () => getRemainingAccountsInfoCodec,
getRemainingAccountsInfoDecoder: () => getRemainingAccountsInfoDecoder,
getRemainingAccountsInfoEncoder: () => getRemainingAccountsInfoEncoder,
getRemainingAccountsSliceCodec: () => getRemainingAccountsSliceCodec,
getRemainingAccountsSliceDecoder: () => getRemainingAccountsSliceDecoder,
getRemainingAccountsSliceEncoder: () => getRemainingAccountsSliceEncoder,
getResetPositionRangeDiscriminatorBytes: () => getResetPositionRangeDiscriminatorBytes,
getResetPositionRangeInstruction: () => getResetPositionRangeInstruction,
getResetPositionRangeInstructionDataCodec: () => getResetPositionRangeInstructionDataCodec,
getResetPositionRangeInstructionDataDecoder: () => getResetPositionRangeInstructionDataDecoder,
getResetPositionRangeInstructionDataEncoder: () => getResetPositionRangeInstructionDataEncoder,
getSetCollectProtocolFeesAuthorityDiscriminatorBytes: () => getSetCollectProtocolFeesAuthorityDiscriminatorBytes,
getSetCollectProtocolFeesAuthorityInstruction: () => getSetCollectProtocolFeesAuthorityInstruction,
getSetCollectProtocolFeesAuthorityInstructionDataCodec: () => getSetCollectProtocolFeesAuthorityInstructionDataCodec,
getSetCollectProtocolFeesAuthorityInstructionDataDecoder: () => getSetCollectProtocolFeesAuthorityInstructionDataDecoder,
getSetCollectProtocolFeesAuthorityInstructionDataEncoder: () => getSetCollectProtocolFeesAuthorityInstructionDataEncoder,
getSetConfigExtensionAuthorityDiscriminatorBytes: () => getSetConfigExtensionAuthorityDiscriminatorBytes,
getSetConfigExtensionAuthorityInstruction: () => getSetConfigExtensionAuthorityInstruction,
getSetConfigExtensionAuthorityInstructionDataCodec: () => getSetConfigExtensionAuthorityInstructionDataCodec,
getSetConfigExtensionAuthorityInstructionDataDecoder: () => getSetConfigExtensionAuthorityInstructionDataDecoder,
getSetConfigExtensionAuthorityInstructionDataEncoder: () => getSetConfigExtensionAuthorityInstructionDataEncoder,
getSetDefaultBaseFeeRateDiscriminatorBytes: () => getSetDefaultBaseFeeRateDiscriminatorBytes,
getSetDefaultBaseFeeRateInstruction: () => getSetDefaultBaseFeeRateInstruction,
getSetDefaultBaseFeeRateInstructionDataCodec: () => getSetDefaultBaseFeeRateInstructionDataCodec,
getSetDefaultBaseFeeRateInstructionDataDecoder: () => getSetDefaultBaseFeeRateInstructionDataDecoder,
getSetDefaultBaseFeeRateInstructionDataEncoder: () => getSetDefaultBaseFeeRateInstructionDataEncoder,
getSetDefaultFeeRateDiscriminatorBytes: () => getSetDefaultFeeRateDiscriminatorBytes,
getSetDefaultFeeRateInstruction: () => getSetDefaultFeeRateInstruction,
getSetDefaultFeeRateInstructionDataCodec: () => getSetDefaultFeeRateInstructionDataCodec,
getSetDefaultFeeRateInstructionDataDecoder: () => getSetDefaultFeeRateInstructionDataDecoder,
getSetDefaultFeeRateInstructionDataEncoder: () => getSetDefaultFeeRateInstructionDataEncoder,
getSetDefaultProtocolFeeRateDiscriminatorBytes: () => getSetDefaultProtocolFeeRateDiscriminatorBytes,
getSetDefaultProtocolFeeRateInstruction: () => getSetDefaultProtocolFeeRateInstruction,
getSetDefaultProtocolFeeRateInstructionDataCodec: () => getSetDefaultProtocolFeeRateInstructionDataCodec,
getSetDefaultProtocolFeeRateInstructionDataDecoder: () => getSetDefaultProtocolFeeRateInstructionDataDecoder,
getSetDefaultProtocolFeeRateInstructionDataEncoder: () => getSetDefaultProtocolFeeRateInstructionDataEncoder,
getSetDelegatedFeeAuthorityDiscriminatorBytes: () => getSetDelegatedFeeAuthorityDiscriminatorBytes,
getSetDelegatedFeeAuthorityInstruction: () => getSetDelegatedFeeAuthorityInstruction,
getSetDelegatedFeeAuthorityInstructionDataCodec: () => getSetDelegatedFeeAuthorityInstructionDataCodec,
getSetDelegatedFeeAuthorityInstructionDataDecoder: () => getSetDelegatedFeeAuthorityInstructionDataDecoder,
getSetDelegatedFeeAuthorityInstructionDataEncoder: () => getSetDelegatedFeeAuthorityInstructionDataEncoder,
getSetFeeAuthorityDiscriminatorBytes: () => getSetFeeAuthorityDiscriminatorBytes,
getSetFeeAuthorityInstruction: () => getSetFeeAuthorityInstruction,
getSetFeeAuthorityInstructionDataCodec: () => getSetFeeAuthorityInstructionDataCodec,
getSetFeeAuthorityInstructionDataDecoder: () => getSetFeeAuthorityInstructionDataDecoder,
getSetFeeAuthorityInstructionDataEncoder: () => getSetFeeAuthorityInstructionDataEncoder,
getSetFeeRateByDelegatedFeeAuthorityDiscriminatorBytes: () => getSetFeeRateByDelegatedFeeAuthorityDiscriminatorBytes,
getSetFeeRateByDelegatedFeeAuthorityInstruction: () => getSetFeeRateByDelegatedFeeAuthorityInstruction,
getSetFeeRateByDelegatedFeeAuthorityInstructionDataCodec: () => getSetFeeRateByDelegatedFeeAuthorityInstructionDataCodec,
getSetFeeRateByDelegatedFeeAuthorityInstructionDataDecoder: () => getSetFeeRateByDelegatedFeeAuthorityInstructionDataDecoder,
getSetFeeRateByDelegatedFeeAuthorityInstructionDataEncoder: () => getSetFeeRateByDelegatedFeeAuthorityInstructionDataEncoder,
getSetFeeRateDiscriminatorBytes: () => getSetFeeRateDiscriminatorBytes,
getSetFeeRateInstruction: () => getSetFeeRateInstruction,
getSetFeeRateInstructionDataCodec: () => getSetFeeRateInstructionDataCodec,
getSetFeeRateInstructionDataDecoder: () => getSetFeeRateInstructionDataDecoder,
getSetFeeRateInstructionDataEncoder: () => getSetFeeRateInstructionDataEncoder,
getSetInitializePoolAuthorityDiscriminatorBytes: () => getSetInitializePoolAuthorityDiscriminatorBytes,
getSetInitializePoolAuthorityInstruction: () => getSetInitializePoolAuthorityInstruction,
getSetInitializePoolAuthorityInstructionDataCodec: () => getSetInitializePoolAuthorityInstructionDataCodec,
getSetInitializePoolAuthorityInstructionDataDecoder: () => getSetInitializePoolAuthorityInstructionDataDecoder,
getSetInitializePoolAuthorityInstructionDataEncoder: () => getSetInitializePoolAuthorityInstructionDataEncoder,
getSetPresetAdaptiveFeeConstantsDiscriminatorBytes: () => getSetPresetAdaptiveFeeConstantsDiscriminatorBytes,
getSetPresetAdaptiveFeeConstantsInstruction: () => getSetPresetAdaptiveFeeConstantsInstruction,
getSetPresetAdaptiveFeeConstantsInstructionDataCodec: () => getSetPresetAdaptiveFeeConstantsInstructionDataCodec,
getSetPresetAdaptiveFeeConstantsInstructionDataDecoder: () => getSetPresetAdaptiveFeeConstantsInstructionDataDecoder,
getSetPresetAdaptiveFeeConstantsInstructionDataEncoder: () => getSetPresetAdaptiveFeeConstantsInstructionDataEncoder,
getSetProtocolFeeRateDiscriminatorBytes: () => getSetProtocolFeeRateDiscriminatorBytes,
getSetProtocolFeeRateInstruction: () => getSetProtocolFeeRateInstruction,
getSetProtocolFeeRateInstructionDataCodec: () => getSetProtocolFeeRateInstructionDataCodec,
getSetProtocolFeeRateInstructionDataDecoder: () => getSetProtocolFeeRateInstructionDataDecoder,
getSetProtocolFeeRateInstructionDataEncoder: () => getSetProtocolFeeRateInstructionDataEncoder,
getSetRewardAuthorityBySuperAuthorityDiscriminatorBytes: () => getSetRewardAuthorityBySuperAuthorityDiscriminatorBytes,
getSetRewardAuthorityBySuperAuthorityInstruction: () => getSetRewardAuthorityBySuperAuthorityInstruction,
getSetRewardAuthorityBySuperAuthorityInstructionDataCodec: () => getSetRewardAuthorityBySuperAuthorityInstructionDataCodec,
getSetRewardAuthorityBySuperAuthorityInstructionDataDecoder: () => getSetRewardAuthorityBySuperAuthorityInstructionDataDecoder,
getSetRewardAuthorityBySuperAuthorityInstructionDataEncoder: () => getSetRewardAuthorityBySuperAuthorityInstructionDataEncoder,
getSetRewardAuthorityDiscriminatorBytes: () => getSetRewardAuthorityDiscriminatorBytes,
getSetRewardAuthorityInstruction: () => getSetRewardAuthorityInstruction,
getSetRewardAuthorityInstructionDataCodec: () => getSetRewardAuthorityInstructionDataCodec,
getSetRewardAuthorityInstructionDataDecoder: () => getSetRewardAuthorityInstructionDataDecoder,
getSetRewardAuthorityInstructionDataEncoder: () => getSetRewardAuthorityInstructionDataEncoder,
getSetRewardEmissionsDiscriminatorBytes: () => getSetRewardEmissionsDiscriminatorBytes,
getSetRewardEmissionsInstruction: () => getSetRewardEmissionsInstruction,
getSetRewardEmissionsInstructionDataCodec: () => getSetRewardEmissionsInstructionDataCodec,
getSetRewardEmissionsInstructionDataDecoder: () => getSetRewardEmissionsInstructionDataDecoder,
getSetRewardEmissionsInstructionDataEncoder: () => getSetRewardEmissionsInstructionDataEncoder,
getSetRewardEmissionsSuperAuthorityDiscriminatorBytes: () => getSetRewardEmissionsSuperAuthorityDiscriminatorBytes,
getSetRewardEmissionsSuperAuthorityInstruction: () => getSetRewardEmissionsSuperAuthorityInstruction,
getSetRewardEmissionsSuperAuthorityInstructionDataCodec: () => getSetRewardEmissionsSuperAuthorityInstructionDataCodec,
getSetRewardEmissionsSuperAuthorityInstructionDataDecoder: () => getSetRewardEmissionsSuperAuthorityInstructionDataDecoder,
getSetRewardEmissionsSuperAuthorityInstructionDataEncoder: () => getSetRewardEmissionsSuperAuthorityInstructionDataEncoder,
getSetRewardEmissionsV2DiscriminatorBytes: () => getSetRewardEmissionsV2DiscriminatorBytes,
getSetRewardEmissionsV2Instruction: () => getSetRewardEmissionsV2Instruction,
getSetRewardEmissionsV2InstructionDataCodec: () => getSetRewardEmissionsV2InstructionDataCodec,
getSetRewardEmissionsV2InstructionDataDecoder: () => getSetRewardEmissionsV2InstructionDataDecoder,
getSetRewardEmissionsV2InstructionDataEncoder: () => getSetRewardEmissionsV2InstructionDataEncoder,
getSetTokenBadgeAuthorityDiscriminatorBytes: () => getSetTokenBadgeAuthorityDiscriminatorBytes,
getSetTokenBadgeAuthorityInstruction: () => getSetTokenBadgeAuthorityInstruction,
getSetTokenBadgeAuthorityInstructionDataCodec: () => getSetTokenBadgeAuthorityInstructionDataCodec,
getSetTokenBadgeAuthorityInstructionDataDecoder: () => getSetTokenBadgeAuthorityInstructionDataDecoder,
getSetTokenBadgeAuthorityInstructionDataEncoder: () => getSetTokenBadgeAuthorityInstructionDataEncoder,
getSwapDiscriminatorBytes: () => getSwapDiscriminatorBytes,
getSwapInstruction: () => getSwapInstruction,
getSwapInstructionDataCodec: () => getSwapInstructionDataCodec,
getSwapInstructionDataDecoder: () => getSwapInstructionDataDecoder,
getSwapInstructionDataEncoder: () => getSwapInstructionDataEncoder,
getSwapV2DiscriminatorBytes: () => getSwapV2DiscriminatorBytes,
getSwa