UNPKG

@ln-markets/sdk

Version:
7 lines 272 B
import type { KyInstance } from 'ky'; import type { FuturesRunningTrade } from './types.js'; export declare const createCashIn: (instance: KyInstance) => (body: { amount: number; id: string; }) => Promise<FuturesRunningTrade>; //# sourceMappingURL=cash-in.d.ts.map