UNPKG

ethers

Version:

A complete and compact Ethereum library, for dapps, wallets and any other tools.

6 lines 235 B
import type { RlpStructuredDataish } from "./rlp.js"; /** * Encodes %%object%% as an RLP-encoded [[DataHexString]]. */ export declare function encodeRlp(object: RlpStructuredDataish): string; //# sourceMappingURL=rlp-encode.d.ts.map