libp2p
    Preparing search index...

    Interface MeshPeer

    interface MeshPeer {
        direction: MessageStreamDirection;
        peerId: string;
        topic: string;
    }
    Index

    Properties

    peerId: string
    topic: string