UNPKG
airtune-nostr-tools-development
Version:
latest (1.14.3)
1.14.3
1.14.2
1.14.1
Tools for making a Nostr client.
github.com/nbd-wtf/nostr-tools
nbd-wtf/nostr-tools
airtune-nostr-tools-development
/
lib
/
nip04.d.ts
3 lines
(2 loc)
•
194 B
TypeScript
View Raw
1
2
3
export
declare
function
encrypt
(
privkey
:
string
,
pubkey
:
string
,
text
:
string
):
Promise
<
string
>;
export
declare
function
decrypt
(
privkey
:
string
,
pubkey
:
string
,
data
:
string
):
Promise
<
string
>;