Documentation
    Preparing search index...

    Interface CvmDiscoverMessage

    Wire envelopes — NIP-5D format { type: "cvm.<action>", ...payload }. The shell echoes the request id in every *.result; cvm.event has no id.

    interface CvmDiscoverMessage {
        id: string;
        query?: CvmDiscoverQuery;
        type: "cvm.discover";
    }
    Index

    Properties

    Properties

    id: string
    type: "cvm.discover"