UNPKG

245 BTypeScriptView Raw
1import type { BytesLike, RlpStructuredData } from "./index.js";
2/**
3 * Decodes %%data%% into the structured data it represents.
4 */
5export declare function decodeRlp(_data: BytesLike): RlpStructuredData;
6//# sourceMappingURL=rlp-decode.d.ts.map
\No newline at end of file