UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

8 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ONE_BN = exports.ZERO_BN = exports.U64_MAX = void 0; const anchor_1 = require("@coral-xyz/anchor"); exports.U64_MAX = '18446744073709551615'; exports.ZERO_BN = new anchor_1.BN(0); exports.ONE_BN = new anchor_1.BN(1); //# sourceMappingURL=numericalValues.js.map