UNPKG

@ln-markets/sdk

Version:
8 lines 290 B
import type { KyInstance } from 'ky'; import type { Swap, SwapAsset } from './types.js'; export declare const createNewSwap: (instance: KyInstance) => (body: { inAmount: number; inAsset: SwapAsset; outAsset: SwapAsset; }) => Promise<Swap>; //# sourceMappingURL=new-swap.d.ts.map