An event attribute.

In 0.35 the type of key and value was changed from bytes to string, such that no base64 encoding is used anymore.

interface EventAttribute {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string