helia
    Preparing search index...

    Interface Peer

    A Peer is another node on the network

    interface Peer {
        id: CID;
        multiaddrs: Multiaddr[];
        router: string;
    }
    Index
    id: CID

    The identifier of the remote peer

    multiaddrs: Multiaddr[]

    The multiaddrs a peer is listening on

    router: string

    The name of the routing implementation that found the peer