Event allows application developers to attach additional information to ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx. Later, transactions may be queried using these events.

from message tendermint.abci.Event

Hierarchy

Constructors

Properties

attributes: EventAttribute[] = []

from field: repeated tendermint.abci.EventAttribute attributes = 2;

type: string = ""

from field: string type = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.abci.Event" = "tendermint.abci.Event"

Methods