AppleSauce
    Preparing search index...

    A signer that only implements getPublicKey and throws on ever other method

    Implements

    Index

    Constructors

    Properties

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

    Methods