ethers.js/lib.esm/utils/rlp-decode.d.ts

6 lines
245 B
TypeScript
Raw Permalink Normal View History

2022-09-05 16:57:11 -04:00
import type { BytesLike, RlpStructuredData } from "./index.js";
2022-09-15 22:58:45 -04:00
/**
* Decodes %%data%% into the structured data it represents.
*/
2022-09-05 16:57:11 -04:00
export declare function decodeRlp(_data: BytesLike): RlpStructuredData;
//# sourceMappingURL=rlp-decode.d.ts.map