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

interface EventAmino {
    attributes?: EventAttributeAmino[];
    type?: string;
}

Properties

Properties

attributes?: EventAttributeAmino[]
type?: string