nip04.encrypt
async function nip04.encrypt(pubkey: string, plaintext: string): string;const encrypted = await window.nostr.nip04.encrypt(pubkey, "Secret message");Last updated
Was this helpful?
async function nip04.encrypt(pubkey: string, plaintext: string): string;const encrypted = await window.nostr.nip04.encrypt(pubkey, "Secret message");Last updated
Was this helpful?
Was this helpful?