package types

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

message ABCIMessageLog

abci.proto:44

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

Used in: TxResponse

message Attribute

abci.proto:67

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

Used in: StringEvent

message Coin

coin.proto:14

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: x.auth.ProtoBaseAccount, x.auth.ProtoMultiSigAccount, x.auth.ProtoStdTx, x.auth.Supply

message DecCoin

coin.proto:25

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.

message GasInfo

abci.proto:73

GasInfo defines tx execution gas context.

Used in: SimulationResponse

message MsgData

abci.proto:116

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

Used in: TxMsgData

message ProtoAddress

address.proto:11

message ProtoAddresses

address.proto:7

message ProtoBool

wrappers.proto:10

message ProtoInt64

wrappers.proto:6

message Result

abci.proto:83

Result is the union of ResponseFormat and ResponseCheckTx.

Used in: SimulationResponse

message SimulationResponse

abci.proto:109

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

message StringEvent

abci.proto:58

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:125

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

message TxResponse

abci.proto:14

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