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) 176 B
import type { BytesLike } from "./data.js"; export declare function decodeBase64(textData: string): Uint8Array; export declare function encodeBase64(_data: BytesLike): string;