UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

22 lines 1.96 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.giveUpPendingFees = exports.updateAdmin = exports.withdrawPendingFees = exports.updateVaultConfig = exports.invest = exports.withdraw = exports.deposit = exports.updateReserveAllocation = exports.initVault = void 0; var initVault_1 = require("./initVault"); Object.defineProperty(exports, "initVault", { enumerable: true, get: function () { return initVault_1.initVault; } }); var updateReserveAllocation_1 = require("./updateReserveAllocation"); Object.defineProperty(exports, "updateReserveAllocation", { enumerable: true, get: function () { return updateReserveAllocation_1.updateReserveAllocation; } }); var deposit_1 = require("./deposit"); Object.defineProperty(exports, "deposit", { enumerable: true, get: function () { return deposit_1.deposit; } }); var withdraw_1 = require("./withdraw"); Object.defineProperty(exports, "withdraw", { enumerable: true, get: function () { return withdraw_1.withdraw; } }); var invest_1 = require("./invest"); Object.defineProperty(exports, "invest", { enumerable: true, get: function () { return invest_1.invest; } }); var updateVaultConfig_1 = require("./updateVaultConfig"); Object.defineProperty(exports, "updateVaultConfig", { enumerable: true, get: function () { return updateVaultConfig_1.updateVaultConfig; } }); var withdrawPendingFees_1 = require("./withdrawPendingFees"); Object.defineProperty(exports, "withdrawPendingFees", { enumerable: true, get: function () { return withdrawPendingFees_1.withdrawPendingFees; } }); var updateAdmin_1 = require("./updateAdmin"); Object.defineProperty(exports, "updateAdmin", { enumerable: true, get: function () { return updateAdmin_1.updateAdmin; } }); var giveUpPendingFees_1 = require("./giveUpPendingFees"); Object.defineProperty(exports, "giveUpPendingFees", { enumerable: true, get: function () { return giveUpPendingFees_1.giveUpPendingFees; } }); //# sourceMappingURL=index.js.map