ethers.js/packages/rlp/lib/decode.d.ts
2022-04-11 17:14:19 -04:00

4 lines
216 B
TypeScript

import type { BytesLike } from "@ethersproject/bytes";
import type { RlpStructuredData } from "./types.js";
export declare function decodeRlp(_data: BytesLike): RlpStructuredData;
//# sourceMappingURL=decode.d.ts.map