Get desktop application:
View/edit binary Protocol Buffers messages
ABCIMessageLog defines a structure containing an indexed tx ABCI message log.
Used in:
Events contains a slice of Event objects that were emitted during some execution.
Attribute defines an attribute wrapper where the key and value are strings instead of raw bytes.
Used in:
Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
Used in:
, , ,DecCoin defines a token with a denomination and a decimal amount. NOTE: The amount field is an Dec which implements the custom method signatures required by gogoproto.
GasInfo defines tx execution gas context.
Used in:
GasWanted is the maximum units of work we allow this tx to perform.
GasUsed is the amount of gas actually consumed.
MsgData defines the data returned in a Result object during message execution.
Used in:
Result is the union of ResponseFormat and ResponseCheckTx.
Used in:
Data is any data returned from message or handler execution. It MUST be length prefixed in order to separate data from multiple message executions.
Log contains the log information from message or handler execution.
Events contains a slice of Event objects that were emitted during message or handler execution.
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.
Used in:
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.
The block height
The transaction hash.
Namespace for the Code
Response code.
Result bytes, if any.
The output of the application's logger (raw string). May be non-deterministic.
The output of the application's logger (typed). May be non-deterministic.
Additional information. May be non-deterministic.
Amount of gas requested for transaction.
Amount of gas consumed by transaction.
The request transaction bytes.
Time of the previous block. For heights > 1, it's the weighted median of the timestamps of the valid votes in the block.LastCommit. For height == 1, it's genesis time.