Emitted when values are found

interface ValueEvent {
    from: PeerId;
    name: "VALUE";
    type: VALUE;
    value: Uint8Array;
}

Properties

Properties

from: PeerId
name: "VALUE"
type: VALUE
value: Uint8Array