UNPKG

@ln-markets/sdk

Version:
6 lines 245 B
import type { KyInstance } from 'ky'; import type { Deposit } from './types.js'; export declare const createGetDeposit: (instance: KyInstance) => (params: { depositId: string; }) => Promise<Deposit>; //# sourceMappingURL=get-deposit.d.ts.map