UNPKG

@usherlabs/ccxt

Version:

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

4 lines (3 loc) 156 B
export declare function hex2b64(h: string): string; export declare function b64tohex(s: string): string; export declare function b64toBA(s: string): any[];