AppleSauce
    Preparing search index...

    A signer that is a proxy for window.nostr

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    pubkey: string | undefined = undefined

    Accessors

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

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

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

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

    Methods