UNPKG

airtune-nostr-tools-development

Version:
4 lines (3 loc) 212 B
export declare function privateKeyFromSeedWords(mnemonic: string, passphrase?: string): string; export declare function generateSeedWords(): string; export declare function validateWords(words: string): boolean;