package cosmos.base.abci.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ABCIMessageLog

abci.proto:52

ABCIMessageLog defines a structure containing an indexed tx ABCI message log.

Used in: TxResponse

message Attribute

abci.proto:74

Attribute defines an attribute wrapper where the key and value are strings instead of raw bytes.

Used in: StringEvent

message GasInfo

abci.proto:80

GasInfo defines tx execution gas context.

Used in: SimulationResponse

message MsgData

abci.proto:120

MsgData defines the data returned in a Result object during message execution.

Used in: TxMsgData

message Result

abci.proto:89

Result is the union of ResponseFormat and ResponseCheckTx.

Used in: SimulationResponse

message SearchTxsResult

abci.proto:143

SearchTxsResult defines a structure for querying txs pageable

message SimulationResponse

abci.proto:113

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

message StringEvent

abci.proto:65

StringEvent defines en Event object wrapper where all the attributes contain key/value pairs that are strings instead of raw bytes.

Used in: ABCIMessageLog

message TxMsgData

abci.proto:130

TxMsgData defines a list of MsgData. A transaction will have a MsgData object for each message.

message TxResponse

abci.proto:13

TxResponse defines a structure containing relevant tx data and metadata. The tags are stringified and the log is JSON decoded.

Used in: SearchTxsResult