ethers.js/lib.esm/utils/rlp.js
2022-12-02 21:27:06 -05:00

9 lines
315 B
JavaScript

/**
* The [[link-rlp]] (RLP) encoding is used throughout Ethereum
* to serialize nested structures of Arrays and data.
*
* @_subsection api/utils:Recursive-Length Prefix [about-rlp]
*/
export { decodeRlp } from "./rlp-decode.js";
export { encodeRlp } from "./rlp-encode.js";
//# sourceMappingURL=rlp.js.map