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

interface SimulateResponseAmino {
    gas_info?: GasInfoAmino;
    result?: ResultAmino;
}

Properties

Properties

gas_info?: GasInfoAmino

gas_info is the information about gas used in the simulation.

result?: ResultAmino

result is the result of the simulation.