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

interface SimulateResponse {
    gasInfo?: GasInfo;
    result?: Result;
}

Properties

Properties

gasInfo?: GasInfo

gas_info is the information about gas used in the simulation.

result?: Result

result is the result of the simulation.