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§
- The maximum number of blocks that can be simulated in a single request,