UNPKG

@proton/ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges

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[];