You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
It seems the Mnemonic class only can generate new from thin air, but from an already existing xpriv.
I have an xpriv that has been generated, from that xpriv, I want to generate the word list. For instance:
var mn = new Mnemonic.from_xpriv("xprv9uHSnwRJmrVpyLoQcroxzcVpbX8t2mBXr5mjEgmz5FwybjxW5QWqTMgeEtfMwWbggEm9uji839Y4B5hwYrc2z5t9E1SbiDvfwyJTvJZyhue")
console.log(mn.phrase)
Is this possible?
The text was updated successfully, but these errors were encountered:
It seems the Mnemonic class only can generate new from thin air, but from an already existing xpriv.
I have an xpriv that has been generated, from that xpriv, I want to generate the word list. For instance:
Is this possible?
The text was updated successfully, but these errors were encountered: