UNPKG

@usherlabs/ccxt

Version:

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

6 lines (5 loc) 195 B
import type { RlpStructuredDataish } from "./rlp.js"; /** * Encodes %%object%% as an RLP-encoded [[DataHexString]]. */ export declare function encodeRlp(object: RlpStructuredDataish): string;