Implements

Constructors

Properties

Methods

Constructors

Properties

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

Methods

  • Returns Promise<string>