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
Info - Account information
- Env
- Environment variables
- Test
- State test indexed state result deserialization.
- Test
Authorization - Struct for test authorization
- Test
Suite - The top level test suite struct
- Test
Unit - Single test unit struct
- Transaction
Parts - Transaction parts.
- TxPart
Indices - Transaction part indices.
Enums§
- Spec
Name - Ethereum specification names
Functions§
- deserialize_
maybe_ empty - Deserializes a string as an optional [Address].
- deserialize_
str_ as_ u64 - Deserializes a string as a u64.