UNPKG

atomicals-js

Version:
10 lines (9 loc) 269 B
export declare const decodeMnemonicPhrase: (phrase: string, path: string, passphrase?: string) => Promise<{ phrase: string; address: any; publicKey: string; publicKeyXOnly: any; path: string; WIF: string; privateKey: string | undefined; }>;