Get desktop application:
View/edit binary Protocol Buffers messages
SimulateService defines a gRPC service for simulating transactions. It may also support querying and broadcasting in the future.
Simulate simulates executing a transaction for estimating gas usage.
SimulateRequest is the request type for the SimulateServiceService.Simulate RPC method.
tx is the transaction to simulate.
SimulateResponse is the response type for the SimulateServiceService.SimulateRPC method.
gas_info is the information about gas used in the simulation.
result is the result of the simulation.