UNPKG

@ln-markets/sdk

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