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

interface EventAttribute {
    index: boolean;
    key: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

index: boolean

nondeterministic

key: Uint8Array
value: Uint8Array