Files

6 lines
235 B
TypeScript
Raw Permalink Normal View History

2025-05-19 20:36:21 -05:00
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