EventAttribute is a single key-value pair, associated with an event.

from message tendermint.abci.EventAttribute

Hierarchy

Constructors

Properties

index: boolean = false

nondeterministic

from field: bool index = 3;

key: string = ""

from field: string key = 1;

value: string = ""

from field: string value = 2;

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

Methods