UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

6 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PROPORTION_BASED = exports.DOLLAR_BASED = void 0; exports.DOLLAR_BASED = 0; exports.PROPORTION_BASED = 1; //# sourceMappingURL=deposit_method.js.map