@qevm/rlp
v5.7.1
Published
Recursive-Length Prefix (RLP) coder.
Downloads
43
Readme
Recursive-Length Prefix Coder
This sub-module is part of the qethers, a fork of ethers project.
It contains functions for encoding and decoding RLP data.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
encode,
decode
} = require("@qevm/rlp");License
MIT License
