libp2p
    Preparing search index...

    Interface ValueEvent

    Emitted when values are found

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

    Properties

    Properties

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