AppleSauce
    Preparing search index...

    Class ProxySigner<T>

    A signer class that proxies requests to another signer that isn't created yet

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    error?: string
    upstream: Observable<undefined | T>

    Accessors

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

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

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

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

    Methods