UNPKG

235 BTypeScriptView Raw
1import type { RlpStructuredDataish } from "./rlp.js";
2/**
3 * Encodes %%object%% as an RLP-encoded [[DataHexString]].
4 */
5export declare function encodeRlp(object: RlpStructuredDataish): string;
6//# sourceMappingURL=rlp-encode.d.ts.map
\No newline at end of file