@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
7 lines • 358 B
TypeScript
import type { KyInstance } from 'ky';
import type { FuturesCanceledTrade } from '../../../types.js';
export type FuturesIsolatedCancelAllOutput = FuturesCanceledTrade;
type CancelAll = () => Promise<FuturesIsolatedCancelAllOutput>;
export declare const createCancelAll: (instance: KyInstance) => CancelAll;
export {};
//# sourceMappingURL=cancel-all.d.ts.map