UNPKG

@ln-markets/sdk

Version:
8 lines 277 B
import type { KyInstance } from 'ky'; import type { Swap } from './types.js'; export declare const createGetSwaps: (instance: KyInstance) => (searchParams?: { from?: number; limit?: number; to?: number; }) => Promise<Swap[]>; //# sourceMappingURL=get-swaps.d.ts.map