Module result
Structs§
- Result
AndState - Tuple containing evm execution result and state.s
Enums§
- EVMError
- Main EVM error
- Execution
Result - Result of a transaction execution
- Halt
Reason - Indicates that the EVM has experienced an exceptional halt.
- Invalid
Header - Errors related to misconfiguration of a
crate::Block
. - Invalid
Transaction - Transaction validation error.
- OutOf
GasError - Output
- Output of a transaction execution
- Success
Reason - Reason a transaction successfully completed.
Traits§
Type Aliases§
- Result
VecAnd State - Tuple containing multiple execution results and state.