Expand description
Commonly used types for (EVM) block execution.
Modules§
- serde_
bincode_ compat serde
andserde-bincode-compat
Bincode-compatible serde implementations for commonly used types for (EVM) block execution.
Structs§
- A helper type for ethereum block inputs that consists of a block and the total difficulty.
- The output of an ethereum block.
- Used to hold receipts and their attachment.
- A chain of blocks and their final state.
- All blocks in the chain
- Represents a changed account
- Wrapper type for
blocks
display inChain
- Represents the outcome of block execution, including post-execution changes and reverts.
Enums§
- Result of a split chain.
- The target block where the chain should be split.
Type Aliases§
- Types used inside
RevertsInit
to initialize revms reverts. - Type used to initialize revms bundle state.
- Type used to initialize revms reverts.