AppleSauce
    Preparing search index...

    A signer that is a proxy for window.nostr

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    pubkey: undefined | string = undefined

    Accessors

    • get nip04(): | undefined
      | {
          decrypt: (pubkey: string, ciphertext: string) => Promise<string>;
          encrypt: (pubkey: string, plaintext: string) => Promise<string>;
      }

      Returns
          | undefined
          | {
              decrypt: (pubkey: string, ciphertext: string) => Promise<string>;
              encrypt: (pubkey: string, plaintext: string) => Promise<string>;
          }

    • get nip44(): | undefined
      | {
          decrypt: (pubkey: string, ciphertext: string) => Promise<string>;
          encrypt: (pubkey: string, plaintext: string) => Promise<string>;
      }

      Returns
          | undefined
          | {
              decrypt: (pubkey: string, ciphertext: string) => Promise<string>;
              encrypt: (pubkey: string, plaintext: string) => Promise<string>;
          }

    Methods