@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
9 lines • 374 B
JavaScript
import { createGetBestPrice } from './get-best-price.js';
import { createGetSwaps } from './get-swaps.js';
import { createNewSwap } from './new-swap.js';
export const createSyntheticUsdRoutes = (instance) => ({
getBestPrice: createGetBestPrice(instance),
getSwaps: createGetSwaps(instance),
newSwap: createNewSwap(instance),
});
//# sourceMappingURL=index.js.map