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
For ease of use, it would be nice if the HDNode.derivePath method would return an object with publicKey / privateKey and the address in checksum format (currently only privateKey / publicKey + extras). I know I can just derive the address, but it's an extra step. Might as well give the whole taco here.
Thanks!
The text was updated successfully, but these errors were encountered:
SilentCicero
changed the title
Would be nice: HDNode.derive => publicKey / privateKey and address (checksum)
Would be nice: HDNode.derivePath => publicKey / privateKey and address (checksum)
Jun 11, 2018
Feature request!
For ease of use, it would be nice if the
HDNode.derivePath
method would return an object with publicKey / privateKey and the address in checksum format (currently only privateKey / publicKey + extras). I know I can just derive the address, but it's an extra step. Might as well give the whole taco here.Thanks!
The text was updated successfully, but these errors were encountered: