UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

8 lines (7 loc) 292 B
import type { UUID } from '../../index.js'; import type { RestFetcher } from '../../rest.js'; import type { FuturesRunningTrade } from './types.js'; export declare const createAddMargin: (request: RestFetcher) => (body: { amount: number; id: UUID; }) => Promise<FuturesRunningTrade>;