Structs§
Enums§
- EVMError
- Main EVM error.
- Execution
Result - Result of a transaction execution.
- Halt
Reason - Indicates that the EVM has experienced an exceptional halt. This causes execution to immediately end with all gas being consumed.
- Invalid
Header - Errors related to misconfiguration of a
crate::env::BlockEnv
. - Invalid
Transaction - Transaction validation error.
- Optimism
Invalid Transaction - Transaction validation error for Optimism.
- OutOf
GasError - Output
- Output of a transaction execution.
- Success
Reason - Reason a transaction successfully completed.
Type Aliases§
- EVMResult
- Result of EVM execution.
- EVMResult
Generic - Generic result of EVM execution. Used to represent error and generic output.