Files
2026-02-25 00:50:23 +05:30

6 lines
245 B
TypeScript

import type { BytesLike, RlpStructuredData } from "./index.js";
/**
* Decodes %%data%% into the structured data it represents.
*/
export declare function decodeRlp(_data: BytesLike): RlpStructuredData;
//# sourceMappingURL=rlp-decode.d.ts.map