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
.HDNode will be hard deprecated (removed), for now replaced with .bip32.
The bitcoinjs/bip32 mirrors the ECPair API, however node.keyPair does not exist.
To access the private/public key, you can use getPrivate, getPublic respectively, or whatever ECPair uses respectively.
The 2 interfaces should match.
The text was updated successfully, but these errors were encountered:
.HDNode
will be hard deprecated (removed), for now replaced with.bip32
.The bitcoinjs/bip32 mirrors the
ECPair
API, howevernode.keyPair
does not exist.To access the private/public key, you can use
getPrivate
,getPublic
respectively, or whateverECPair
uses respectively.The 2 interfaces should match.
The text was updated successfully, but these errors were encountered: