Module reth_tracing_ext::reth_tracer::types
source · Structs§
- A trace of a call.
- A node in the arena
- Represents a tracked call step during execution
- A log consists of an address, and some log data.
- Represents the memory captured during execution
- Represents a storage change during execution.
Enums§
- A unified representation of a call.
- Ordering enum for calls and logs
- Represents the source of a storage change - e.g., whether it came from an SSTORE or SLOAD instruction.