UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

6 lines (5 loc) 242 B
import type { RestFetcher } from '../../rest.js'; import type { OptionsInstrument } from './types.js'; export declare const createGetInstrument: (request: RestFetcher) => (body: { instrumentName: string; }) => Promise<OptionsInstrument>;