Applesauce
    Preparing search index...
    NostrConnectURI: NostrConnectURIBase & (
        | { connectSecret: string; secret?: string }
        | { connectSecret?: string; secret: string }
    )

    A nostrconnect:// URI

    Type Declaration

    • { connectSecret: string; secret?: string }
      • connectSecret: string

        The secret used by the signer to connect to the client (the secret in a nostrconnect:// URI)

      • Optionalsecret?: string

        Use connectSecret instead

    • { connectSecret?: string; secret: string }
      • OptionalconnectSecret?: string

        The secret used by the signer to connect to the client (the secret in a nostrconnect:// URI)

      • secret: string

        Use connectSecret instead