Function clarity::rlp::unpack_rlp

source ·
pub fn unpack_rlp(input: &[u8]) -> Result<Vec<RlpToken>, Error>
Expand description

Unpacks RLP encoded bytes into a series of arrays https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/ From there further decoding can occur