Result is the union of ResponseFormat and ResponseCheckTx.

Hierarchy

  • Abciv1Beta1Result

Properties

data?: string

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.

Format

byte

events?: AbciEvent[]

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

log?: string

Log contains the log information from message or handler execution.

msg_responses?: ProtobufAny[]

msg_responses contains the Msg handler responses type packed in Anys.

Since: cosmos-sdk 0.46

Generated using TypeDoc