Crate revm_statetest_types

Source
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§

AccountInfo
Account information
Env
Environment variables
Test
State test indexed state result deserialization.
TestAuthorization
Struct for test authorization
TestSuite
The top level test suite struct
TestUnit
Single test unit struct
TransactionParts
Transaction parts.
TxPartIndices
Transaction part indices.

Enums§

SpecName
Ethereum specification names

Functions§

deserialize_maybe_empty
Deserializes a string as an optional [Address].
deserialize_str_as_u64
Deserializes a string as a u64.