UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

73 lines 3.76 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("./balanceStatus"), exports); __exportStar(require("./binAddLiquidityStrategy"), exports); __exportStar(require("./collateralInfo"), exports); __exportStar(require("./collateralTestToken"), exports); __exportStar(require("./creationStatus"), exports); __exportStar(require("./dEX"), exports); __exportStar(require("./dexSpecificPrice"), exports); __exportStar(require("./driftDirection"), exports); __exportStar(require("./executiveWithdrawAction"), exports); __exportStar(require("./expanderStep"), exports); __exportStar(require("./globalConfigOption"), exports); __exportStar(require("./kaminoRewardInfo"), exports); __exportStar(require("./liquidityCalculationMode"), exports); __exportStar(require("./mintingMethod"), exports); __exportStar(require("./periodicRebalanceState"), exports); __exportStar(require("./positionRewardInfo"), exports); __exportStar(require("./price"), exports); __exportStar(require("./rebalanceAction"), exports); __exportStar(require("./rebalanceAutodriftParams"), exports); __exportStar(require("./rebalanceAutodriftState"), exports); __exportStar(require("./rebalanceAutodriftStep"), exports); __exportStar(require("./rebalanceAutodriftWindow"), exports); __exportStar(require("./rebalanceDriftParams"), exports); __exportStar(require("./rebalanceDriftState"), exports); __exportStar(require("./rebalanceDriftStep"), exports); __exportStar(require("./rebalanceEffects"), exports); __exportStar(require("./rebalanceExpanderState"), exports); __exportStar(require("./rebalanceManualState"), exports); __exportStar(require("./rebalancePricePercentageState"), exports); __exportStar(require("./rebalancePricePercentageWithResetState"), exports); __exportStar(require("./rebalanceRaw"), exports); __exportStar(require("./rebalanceTakeProfitState"), exports); __exportStar(require("./rebalanceTakeProfitStep"), exports); __exportStar(require("./rebalanceTakeProfitToken"), exports); __exportStar(require("./rebalanceType"), exports); __exportStar(require("./referencePriceType"), exports); __exportStar(require("./removeLiquidityMode"), exports); __exportStar(require("./rewardInfo"), exports); __exportStar(require("./scopePriceIdTest"), exports); __exportStar(require("./simulationPrice"), exports); __exportStar(require("./stakingRateSource"), exports); __exportStar(require("./strategyConfigOption"), exports); __exportStar(require("./strategyStatus"), exports); __exportStar(require("./strategyType"), exports); __exportStar(require("./swapLimit"), exports); __exportStar(require("./updateCollateralInfoMode"), exports); __exportStar(require("./whirlpoolRewardInfo"), exports); __exportStar(require("./withdrawalCapAccumulatorAction"), exports); __exportStar(require("./withdrawalCaps"), exports); //# sourceMappingURL=index.js.map