Module reth_evm::execute

source ·
Expand description

Traits for execution.

Structs§

Enums§

Traits§

  • A general purpose executor that can execute multiple inputs in sequence, validate the outputs, and keep track of the state over the entire batch.
  • A type that can create a new executor for block execution.
  • A general purpose executor trait that executes an input (e.g. block) and produces an output (e.g. state changes and receipts).