js-libp2p-daemon
    Preparing search index...

    Interface IdentifyResult

    interface IdentifyResult {
        addrs: Multiaddr[];
        peerId: PeerId;
    }
    Index

    Properties

    Properties

    addrs: Multiaddr[]
    peerId: PeerId