Crate reth_execution_errors

Source
Expand description

Commonly used error types used when doing block execution.

Re-exports§

pub use trie::*;

Modules§

trie
Errors when computing the state root.

Enums§

BlockExecutionError
BlockExecutor Errors
BlockValidationError
Block validation error.
InternalBlockExecutionError
Internal (i.e., not validation or consensus related) BlockExecutor Errors