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

interface EventSDKType {
    attributes: EventAttributeSDKType[];
    type: string;
}

Properties

Properties

attributes: EventAttributeSDKType[]
type: string