UNPKG

@parcl-finance/product-sdk

Version:

TypeScript SDK for interacting with Parcl's product APIs

8 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SIZE_EXPO = exports.PRICE_EXPO = exports.PRCL_EXPO = exports.USDC_EXPO = void 0; exports.USDC_EXPO = 6; exports.PRCL_EXPO = 6; exports.PRICE_EXPO = 8; exports.SIZE_EXPO = 6; //# sourceMappingURL=expo.js.map