@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
66 lines • 3.4 kB
JavaScript
;
/**
* 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("./addLiquidity"), exports);
__exportStar(require("./addLiquidityByStrategy"), exports);
__exportStar(require("./addLiquidityByStrategyOneSide"), exports);
__exportStar(require("./addLiquidityByWeight"), exports);
__exportStar(require("./addLiquidityOneSide"), exports);
__exportStar(require("./addLiquidityOneSidePrecise"), exports);
__exportStar(require("./claimFee"), exports);
__exportStar(require("./claimReward"), exports);
__exportStar(require("./closePosition"), exports);
__exportStar(require("./closePresetParameter"), exports);
__exportStar(require("./fundReward"), exports);
__exportStar(require("./goToABin"), exports);
__exportStar(require("./increaseOracleLength"), exports);
__exportStar(require("./initializeBinArray"), exports);
__exportStar(require("./initializeBinArrayBitmapExtension"), exports);
__exportStar(require("./initializeLbPair"), exports);
__exportStar(require("./initializePermissionLbPair"), exports);
__exportStar(require("./initializePosition"), exports);
__exportStar(require("./initializePositionByOperator"), exports);
__exportStar(require("./initializePositionPda"), exports);
__exportStar(require("./initializePresetParameter"), exports);
__exportStar(require("./initializeReward"), exports);
__exportStar(require("./migrateBinArray"), exports);
__exportStar(require("./migratePosition"), exports);
__exportStar(require("./removeAllLiquidity"), exports);
__exportStar(require("./removeLiquidity"), exports);
__exportStar(require("./removeLiquidityByRange"), exports);
__exportStar(require("./setActivationSlot"), exports);
__exportStar(require("./setLockReleaseSlot"), exports);
__exportStar(require("./setPreActivationSlotDuration"), exports);
__exportStar(require("./setPreActivationSwapAddress"), exports);
__exportStar(require("./swap"), exports);
__exportStar(require("./togglePairStatus"), exports);
__exportStar(require("./updateFeeOwner"), exports);
__exportStar(require("./updateFeeParameters"), exports);
__exportStar(require("./updateFeesAndRewards"), exports);
__exportStar(require("./updatePositionOperator"), exports);
__exportStar(require("./updateRewardDuration"), exports);
__exportStar(require("./updateRewardFunder"), exports);
__exportStar(require("./updateWhitelistedWallet"), exports);
__exportStar(require("./withdrawIneligibleReward"), exports);
__exportStar(require("./withdrawProtocolFee"), exports);
//# sourceMappingURL=index.js.map