Documentation Index
Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
Use this file to discover all available pages before exploring further.
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

