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
/
keys.d.ts
3 lines
(2 loc)
•
120 B
TypeScript
View Raw
1
2
3
export
declare
function
generatePrivateKey
(
):
string
;
export
declare
function
getPublicKey
(
privateKey
:
string
):
string
;