UNPKG

@ln-markets/sdk

Version:
7 lines 334 B
import type { KyInstance } from 'ky'; import type { OptionsSettlement, OptionsTradeRunningWithDelta } from './types.js'; export declare const createUpdateTrade: (instance: KyInstance) => (body: { id: string; settlement: OptionsSettlement; }) => Promise<OptionsTradeRunningWithDelta>; //# sourceMappingURL=update-trade.d.ts.map