Result is the union of ResponseFormat and ResponseCheckTx.

from message cosmos.base.abci.v1beta1.Result

Hierarchy

Constructors

Properties

data: Uint8Array = ...

Data is any data returned from message or handler execution. It MUST be length prefixed in order to separate data from multiple message executions. Deprecated. This field is still populated, but prefer msg_response instead because it also contains the Msg response typeURL.

from field: bytes data = 1 [deprecated = true];

events: proto.tendermint.abci.Event[] = []

Events contains a slice of Event objects that were emitted during message or handler execution.

from field: repeated tendermint.abci.Event events = 3;

log: string = ""

Log contains the log information from message or handler execution.

from field: string log = 2;

msgResponses: Any[] = []

msg_responses contains the Msg handler responses type packed in Anys.

Since: cosmos-sdk 0.46

from field: repeated google.protobuf.Any msg_responses = 4;

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

Methods