@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
8 lines • 310 B
TypeScript
import type { KyInstance } from 'ky';
import type { Swap, SwapSource } from './types.js';
export declare const createGetSwapBySourceId: (instance: KyInstance) => (params: {
sourceId: string;
}, searchParams: {
source: SwapSource;
}) => Promise<Swap>;
//# sourceMappingURL=get-swap-by-source-id.d.ts.map