An event attribute

interface Attribute {
    key: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

key: Uint8Array
value: Uint8Array