UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges + optional Verity zkTLS proof of data source.

7 lines (6 loc) 152 B
declare class Throttler { constructor(config: any); loop(): Promise<void>; throttle(cost?: any): Promise<unknown>; } export { Throttler, };