Documentation
    Preparing search index...

    Interface CvmServerRef

    Reference to a ContextVM server by public key, with optional relay hints.

    interface CvmServerRef {
        pubkey: string;
        relays?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    pubkey: string

    Hex Nostr public key of the ContextVM server.

    relays?: string[]

    Optional relay hints; the shell MAY use, ignore, or augment these.