UNPKG

@ln-markets/sdk

Version:
9 lines 380 B
import type { KyInstance } from 'ky'; import type { OptionsSettlement, OptionsSide, OptionsTradeRunning } from './types.js'; export declare const createNewTrade: (instance: KyInstance) => (body: { instrumentName: string; quantity: number; settlement: OptionsSettlement; side: OptionsSide; }) => Promise<OptionsTradeRunning>; //# sourceMappingURL=new-trade.d.ts.map