libp2p
    Preparing search index...

    Interface UnsignedMessage

    interface UnsignedMessage {
        data: Uint8Array;
        topic: string;
        type: "unsigned";
    }
    Index

    Properties

    Properties

    topic: string
    type: "unsigned"