Skip to main content
POST
Simulate

Body

application/json

SimulateRequest is the request type for the Service.Simulate RPC method.

SimulateRequest is the request type for the Service.Simulate RPC method.

tx
object | null

tx is the transaction to simulate. Deprecated. Send raw tx bytes instead.

tx_bytes
string<byte> | null

tx_bytes is the raw transaction.

Response

A successful response.

SimulateResponse is the response type for the Service.SimulateRPC method.

gas_info
object | null

gas_info is the information about gas used in the simulation.

result
object | null

result is the result of the simulation.