SimulationResponse defines the response generated when a transaction is successfully simulated.

from message cosmos.base.abci.v1beta1.SimulationResponse

Hierarchy

Constructors

Properties

gasInfo?: GasInfo

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

result?: Result

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

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.abci.v1beta1.SimulationResponse" = "cosmos.base.abci.v1beta1.SimulationResponse"

Methods