Skip to content

v1.2.0

Choose a tag to compare

@codsay codsay released this 26 Mar 08:32
· 11 commits to master since this release

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