rlp-decode.d.ts 245 B

123456
  1. import type { BytesLike, RlpStructuredData } from "./index.js";
  2. /**
  3. * Decodes %%data%% into the structured data it represents.
  4. */
  5. export declare function decodeRlp(_data: BytesLike): RlpStructuredData;
  6. //# sourceMappingURL=rlp-decode.d.ts.map