helia
    Preparing search index...

    Interface PubSubMessage

    interface PubSubMessage {
        data: Uint8Array;
        from: PeerId;
        topic: string;
        type: "signed" | "unsigned";
    }
    Index
    from: PeerId
    topic: string
    type: "signed" | "unsigned"