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

6 lines
245 B
TypeScript
Raw Normal View History

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