Module reth::rpc::types::simulate

Expand description

‘eth_simulateV1’ Request / Response types: https://github.com/ethereum/execution-apis/pull/484

Structs§

  • Represents a batch of calls to be simulated sequentially within a block. This struct includes block and state overrides as well as the transaction requests to be executed.
  • Captures the outcome of a transaction simulation. It includes the return value, logs produced, gas used, and the status of the transaction.
  • The error response returned by the eth_simulateV1 method.
  • Simulation options for executing multiple blocks and transactions.
  • Represents the result of simulating a block.

Constants§