UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

9 lines 306 B
import { createGetIndex } from './get-index.js'; import { createGetLastPrice } from './get-last-price.js'; export const createOracleRouter = (request) => { return { getIndex: createGetIndex(request), getLastPrice: createGetLastPrice(request), }; }; //# sourceMappingURL=index.js.map