Interface RuntimeClientPlainEvent

PlainEvent is an event emitted by a runtime in the form of a runtime transaction tag. It does not include the transaction hash.

Key and value semantics are runtime-dependent.

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

Properties

Properties

key: Uint8Array
value: Uint8Array