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::env::BlockEnv
. - Transaction validation error.
- Transaction validation error for Optimism.
- Output of a transaction execution.
- Reason a transaction successfully completed.
Type Aliases§
- Result of EVM execution.
- Generic result of EVM execution. Used to represent error and generic output.