Thanks to visit codestin.com Credit goes to libauth.org
Decode an HD private key as defined by BIP32.
This method is similar to decodeHdKey but ensures that the result is a valid HD private node. Decoding error messages are returned as strings.
A BIP32 HD private key.
Optional
An optional object containing an implementation of sha256 and a Secp256k1 validatePublicKey to use.
validatePublicKey
Generated using TypeDoc
Decode an HD private key as defined by BIP32.
This method is similar to decodeHdKey but ensures that the result is a valid HD private node. Decoding error messages are returned as strings.