UNPKG

@ln-markets/sdk

Version:
9 lines 309 B
import type { KyInstance } from 'ky'; export interface Options { key?: string; passphrase?: string; secret?: string; network?: 'mainnet' | 'testnet4'; } export declare const createInstance: ({ key, secret, passphrase, network, }?: Options) => KyInstance; //# sourceMappingURL=instance.d.ts.map