UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

3 lines (2 loc) 130 B
import { BinanceClient } from '../../../clients'; export declare function testConnectivity(client: BinanceClient): Promise<void>;