UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

36 lines 1.82 kB
"use strict"; 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("./Holdings"), exports); __exportStar(require("./StrategyBalances"), exports); __exportStar(require("./StrategyVaultBalances"), exports); __exportStar(require("./TokenAmounts"), exports); __exportStar(require("./KaminoToken"), exports); __exportStar(require("./PriceData"), exports); __exportStar(require("./ShareData"), exports); __exportStar(require("./TreasuryFeeVault"), exports); __exportStar(require("./MultipleAccountsResponse"), exports); __exportStar(require("./StrategyWithAddress"), exports); __exportStar(require("./KaminoPosition"), exports); __exportStar(require("./StrategyHolder"), exports); __exportStar(require("./StrategyPrices"), exports); __exportStar(require("./StrategyProgramAddress"), exports); __exportStar(require("./StrategyVaultTokens"), exports); __exportStar(require("./ShareData"), exports); __exportStar(require("./EnrichedScopePrice"), exports); __exportStar(require("./KaminoStrategyWithShareMint"), exports); __exportStar(require("./StrategyWithPendingFees"), exports); //# sourceMappingURL=index.js.map