UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

12 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TwapPriceReferenceType = exports.PoolPriceReferenceType = void 0; exports.PoolPriceReferenceType = { name: 'Pool', description: "Use the pool's current price as the reference price for rebalancing", }; exports.TwapPriceReferenceType = { name: 'TWAP', description: 'Use the time weighted average price as the reference price for rebalancing', }; //# sourceMappingURL=priceReferenceTypes.js.map