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.
- Test authorization.
- The top level test suite.
- A single test unit.
- Transaction parts.
- Transaction part indices.
Enums§
- Ethereum specification names.
Functions§
- Deserialize a string as an optional Address.
- Deserialize a string as a u64.