UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

4 lines (3 loc) 181 B
import { BinanceClient } from '../../../clients'; export declare type CheckServerTimeResponse = Date; export declare function checkServerTime(client: BinanceClient): Promise<Date>;