UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

4 lines (3 loc) 274 B
import { BinanceClient } from '../clients'; export declare function updateXMBXUsedWeight(client: BinanceClient, headers: [string, string][]): void; export declare function updateXMBXUsedWeightAfterCall(client: BinanceClient): <T>(response: ResolveResponseOutput<T>) => any;