# Functions
EmptyEvents returns an empty slice of events.
MarkEventsToIndex returns the set of ABCI events, where each event's attribute has it's index value marked based on the provided set of events to index.
MsgTypeURL returns the TypeURL of a `sdk.Msg`.
No description provided by the author
NewAttribute returns a new key/value Attribute object.
NewEvent creates a new Event object with a given type and slice of one or more attributes.
No description provided by the author
NewResponseFormatBroadcastTx returns a TxResponse given a ResultBroadcastTx from tendermint.
NewResponseFormatBroadcastTxCommit returns a TxResponse given a ResultBroadcastTxCommit from tendermint.
NewResponseResultTx returns a TxResponse given a ResultTx from tendermint.
No description provided by the author
ParseABCILogs attempts to parse a stringified ABCI tx log into a slice of ABCIMessageLog types.
ParseTypedEvent converts abci.Event back to typed event.
StringifyEvent converts an Event object to a StringEvent object.
StringifyEvents converts a slice of Event objects into a slice of StringEvent objects.
TypedEventToEvent takes typed event and converts to Event object.
WrapServiceResult wraps a result from a protobuf RPC service method call in a Result object or error.
# Variables
Common event types and attribute keys.
Common event types and attribute keys.
Common event types and attribute keys.
Common event types and attribute keys.
Common event types and attribute keys.
Common event types and attribute keys.
Common event types and attribute keys.
No description provided by the author
No description provided by the author
No description provided by the author
Common event types and attribute keys.
Common event types and attribute keys.
# 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.
EventManager implements a simple wrapper around a slice of Event objects that can be emitted from.
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.
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.
TxResponse defines a structure containing relevant tx data and metadata.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
ABCIMessageLogs represents a slice of ABCIMessageLog.
No description provided by the author
No description provided by the author
TxDecoder unmarshals transaction bytestype TxDecoder func(txBytes []byte) (costypes.Tx, error).
No description provided by the author
No description provided by the author
TxEncoder marshals transaction to bytes.