Try it Live
Run RLP examples in the interactive playground
BrandedRlp Type
BrandedRlp is the underlying branded type for RLP data structures used throughout Tevm’s RLP module.
Type Definition
- BytesData: Leaf node containing raw bytes
- ListData: Nested array of RLP data
Usage
Use through theRlp class or imported functions:
See Also
- Encoding - Encode RLP structures
- Decoding - Decode RLP bytes
- Branded Types - Type branding pattern

