Available on crate feature
rpc only.Expand description
Utilities for serving eth_simulateV1
Enums§
- EthSimulate
Error - Errors which may occur during
eth_simulateV1execution.
Functions§
- build_
simulated_ block - Handles outputs of the calls execution and builds a [
SimulatedBlock]. - execute_
transactions - Converts all
TransactionRequests intoRecoveredtransactions and applies them to the givenBlockExecutor. - resolve_
transaction - Goes over the list of
TransactionRequests and populates missing fields trying to resolve them into primitive transactions.