fromHDPrivateKey
scrypt-ts-opcat / HDPublicKey / fromHDPrivateKey
Function: fromHDPrivateKey()
fromHDPrivateKey(
hdPrivateKey
):HDPublicKey
Defined in: node_modules/@opcat-labs/opcat/types/hdpublickey.d.cts:122
Converts an HDPrivateKey to an HDPublicKey.
Parameters
hdPrivateKey
HDPrivateKey
The HD private key to convert.
Returns
The corresponding HD public key.