ethers.js/lib.commonjs/utils/rlp-decode.d.ts
2023-04-27 21:19:55 +09:00

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