Expand description
§revm-statetest-types
This crate provides type definitions and utilities for Ethereum state tests, specifically tailored for use with REVM.
It includes structures for representing account information, environment settings, test cases, and transaction data used in Ethereum state tests.
Structs§
- Account information
- Environment variables
- State test indexed state result deserialization.
- Struct for test authorization
- The top level test suite struct
- Single test unit struct
- Transaction parts.
- Transaction part indices.
Enums§
- Ethereum specification names
Functions§
- Deserializes a string as an optional [Address].