v1.2.0
What's Changed
- Feature/encrypt key phrase by @codsay in #33
Stores encrypted key-phrase of HD wallet and allows users to get back key-phrase with their password
const user: IUser;
...
const keyPhrase = await user.getHDWalletKeyPhrase();Full Changelog: v1.1.0...v1.2.0