Structs§
Enums§
- Main EVM error.
- Result of a transaction execution.
- Indicates that the EVM has experienced an exceptional halt. This causes execution to immediately end with all gas being consumed.
- Errors related to misconfiguration of a
crate::default::block::BlockEnv
. - Transaction validation error.
- Output of a transaction execution.
- Reason a transaction successfully completed.
Type Aliases§
- EVM error type for a specific chain.
- Result of EVM execution.
- Generic result of EVM execution. Used to represent error and generic output.