helia
    Preparing search index...

    Interface Peer

    A Peer is another node on the network

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

    Properties

    Properties

    id: CID

    The identifier of the remote peer

    multiaddrs: Multiaddr[]

    The multiaddrs a peer is listening on