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

6 lines
245 B
TypeScript
Raw Normal View History

2023-03-04 04:25:07 +03:00
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