ABCIMessageLog defines a structure containing an indexed tx ABCI message log.
Attribute defines an attribute wrapper where the key and value are
strings instead of raw bytes.
GasInfo defines tx execution gas context.
MsgData defines the data returned in a Result object during message
execution.
Result is the union of ResponseFormat and ResponseCheckTx.
SearchBlocksResult defines a structure for querying blocks pageable
SearchTxsResult defines a structure for querying txs pageable
SimulationResponse defines the response generated when a transaction is
successfully simulated.
StringEvent defines en Event object wrapper where all the attributes
contain key/value pairs that are strings instead of raw bytes.
TxMsgData defines a list of MsgData. A transaction will have a MsgData object
for each message.
TxResponse defines a structure containing relevant tx data and metadata. The
tags are stringified and the log is JSON decoded.