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
/
nip06.d.ts
4 lines
(3 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
export
declare
function
privateKeyFromSeedWords
(
mnemonic
:
string
,
passphrase
?:
string
):
string
;
export
declare
function
generateSeedWords
(
):
string
;
export
declare
function
validateWords
(
words
:
string
):
boolean
;