libp2p
    Preparing search index...
    interface PeerInfo {
        peerID?: Uint8Array<ArrayBufferLike>;
        signedPeerRecord?: Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    peerID?: Uint8Array<ArrayBufferLike>
    signedPeerRecord?: Uint8Array<ArrayBufferLike>