Event is an event emitted by a runtime in the form of a runtime transaction tag.

Key and value semantics are runtime-dependent.

interface RuntimeClientEvent {
    key: Uint8Array;
    tx_hash: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

key: Uint8Array
tx_hash: Uint8Array
value: Uint8Array