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

interface Event {
    attributes: EventAttribute[];
    type: string;
}

Properties

Properties

attributes: EventAttribute[]
type: string