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,
        ) => string | Promise<string>;
        encrypt: (pubkey: string, plaintext: string) => string | Promise<string>;
    }
    nip44: {
        decrypt: (
            pubkey: string,
            ciphertext: string,
        ) => string | Promise<string>;
        encrypt: (pubkey: string, plaintext: string) => string | Promise<string>;
    }

    Methods