UNPKG

@kamino-finance/kliquidity-sdk

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

70 lines 3.6 kB
"use strict"; /** * This code was AUTOGENERATED using the Codama library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun Codama to update it. * * @see https://github.com/codama-idl/codama */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./closeBundledPosition"), exports); __exportStar(require("./closePosition"), exports); __exportStar(require("./collectFees"), exports); __exportStar(require("./collectFeesV2"), exports); __exportStar(require("./collectProtocolFees"), exports); __exportStar(require("./collectProtocolFeesV2"), exports); __exportStar(require("./collectReward"), exports); __exportStar(require("./collectRewardV2"), exports); __exportStar(require("./decreaseLiquidity"), exports); __exportStar(require("./decreaseLiquidityV2"), exports); __exportStar(require("./deletePositionBundle"), exports); __exportStar(require("./deleteTokenBadge"), exports); __exportStar(require("./increaseLiquidity"), exports); __exportStar(require("./increaseLiquidityV2"), exports); __exportStar(require("./initializeConfig"), exports); __exportStar(require("./initializeConfigExtension"), exports); __exportStar(require("./initializeFeeTier"), exports); __exportStar(require("./initializePool"), exports); __exportStar(require("./initializePoolV2"), exports); __exportStar(require("./initializePositionBundle"), exports); __exportStar(require("./initializePositionBundleWithMetadata"), exports); __exportStar(require("./initializeReward"), exports); __exportStar(require("./initializeRewardV2"), exports); __exportStar(require("./initializeTickArray"), exports); __exportStar(require("./initializeTokenBadge"), exports); __exportStar(require("./openBundledPosition"), exports); __exportStar(require("./openPosition"), exports); __exportStar(require("./openPositionWithMetadata"), exports); __exportStar(require("./setCollectProtocolFeesAuthority"), exports); __exportStar(require("./setConfigExtensionAuthority"), exports); __exportStar(require("./setDefaultFeeRate"), exports); __exportStar(require("./setDefaultProtocolFeeRate"), exports); __exportStar(require("./setFeeAuthority"), exports); __exportStar(require("./setFeeRate"), exports); __exportStar(require("./setProtocolFeeRate"), exports); __exportStar(require("./setRewardAuthority"), exports); __exportStar(require("./setRewardAuthorityBySuperAuthority"), exports); __exportStar(require("./setRewardEmissions"), exports); __exportStar(require("./setRewardEmissionsSuperAuthority"), exports); __exportStar(require("./setRewardEmissionsV2"), exports); __exportStar(require("./setTokenBadgeAuthority"), exports); __exportStar(require("./swap"), exports); __exportStar(require("./swapV2"), exports); __exportStar(require("./twoHopSwap"), exports); __exportStar(require("./twoHopSwapV2"), exports); __exportStar(require("./updateFeesAndRewards"), exports); //# sourceMappingURL=index.js.map