LICENSE
README.md
pyproject.toml
setup.py
benchmarks/__init__.py
benchmarks/batch.py
benchmarks/data.py
benchmarks/test_address_benchmarks.py
benchmarks/test_block_benchmarks.py
benchmarks/test_cache_benchmarks.py
benchmarks/test_decode_hook_benchmarks.py
benchmarks/test_decoding_benchmarks.py
benchmarks/test_enum_benchmarks.py
benchmarks/test_hexbytes_benchmarks.py
benchmarks/test_numeric_benchmarks.py
benchmarks/test_uints_benchmarks.py
evmspec/__init__.py
evmspec/_new.py
evmspec/py.typed
evmspec.egg-info/PKG-INFO
evmspec.egg-info/SOURCES.txt
evmspec.egg-info/dependency_links.txt
evmspec.egg-info/not-zip-safe
evmspec.egg-info/requires.txt
evmspec.egg-info/top_level.txt
evmspec/data/__init__.py
evmspec/data/_cache.py
evmspec/data/_enum.py
evmspec/data/_ids.py
evmspec/data/_main.py
evmspec/data/uints.py
evmspec/structs/__init__.py
evmspec/structs/block.py
evmspec/structs/header.py
evmspec/structs/log.py
evmspec/structs/receipt.py
evmspec/structs/transaction.py
evmspec/structs/trace/__init__.py
evmspec/structs/trace/_base.py
evmspec/structs/trace/call.py
evmspec/structs/trace/create.py
evmspec/structs/trace/reward.py
evmspec/structs/trace/suicide.py
tests/test_block_schema.py
tests/test_structs.py