UNPKG

@ln-markets/sdk

Version:
6 lines 230 B
import type { KyInstance } from 'ky'; import type { Swap } from './types.js'; export declare const createGetSwap: (instance: KyInstance) => (params: { swapId: string; }) => Promise<Swap>; //# sourceMappingURL=get-swap.d.ts.map