js-libp2p-daemon
    Preparing search index...
    interface DHTResponse {
        peer?: PeerInfo;
        type?: DHTResponse.Type;
        value?: Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    peer?: PeerInfo
    value?: Uint8Array<ArrayBufferLike>