@libp2p/pubsub-peer-discovery
    Preparing search index...

    Interface Message

    interface Message {
        data: Uint8Array;
        topic: string;
    }
    Index

    Properties

    Properties

    topic: string