# Structs

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.
Coin defines a token with a denomination and an amount.
Event allows application developers to attach additional information to ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx.
EventAttribute is a single key-value pair, associated with an event.
StringEvent defines en Event object wrapper where all the attributes contain key/value pairs that are strings instead of raw bytes.
TxResponse defines a structure containing relevant tx data and metadata.

# Interfaces

Address is a common interface for different types of addresses used by the SDK.

# Type aliases

ABCIMessageLogs represents a slice of ABCIMessageLog.
AccAddress a wrapper around bytes meant to represent an account address.
StringAttributes defines a slice of StringEvents objects.
ValAddress defines a wrapper around bytes meant to present a validator's operator.