@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
7 lines • 334 B
TypeScript
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