@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
12 lines • 318 B
TypeScript
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