ethers.js/src.ts/utils/rlp.ts
2022-09-05 16:14:43 -04:00

6 lines
159 B
TypeScript

export type RlpStructuredData = string | Array<RlpStructuredData>;
export { decodeRlp } from "./rlp-decode.js";
export { encodeRlp } from "./rlp-encode.js";