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

from message cosmos.tx.v1beta1.SimulateResponse

Hierarchy

Constructors

Properties

gasInfo?: GasInfo

gas_info is the information about gas used in the simulation.

from field: cosmos.base.abci.v1beta1.GasInfo gas_info = 1;

result?: Result

result is the result of the simulation.

from field: cosmos.base.abci.v1beta1.Result result = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.v1beta1.SimulateResponse" = "cosmos.tx.v1beta1.SimulateResponse"

Methods