UNPKG

@ln-markets/sdk

Version:
6 lines 269 B
import type { KyInstance } from 'ky'; import type { Deposit, DepositType } from './types.js'; export declare const createGetDeposits: (instance: KyInstance) => (searchParams?: { type: DepositType; }) => Promise<Deposit[]>; //# sourceMappingURL=get-deposits.d.ts.map