UNPKG

@ln-markets/sdk

Version:
12 lines 318 B
import type { KyInstance } from 'ky'; export declare const createWithdraw: (instance: KyInstance) => (body: { invoice: string; quoteId?: string; }) => Promise<{ amount?: number; fee?: number; id: string; paymentHash?: string; successTime?: number; }>; //# sourceMappingURL=withdraw.d.ts.map