Allows to derive child HD Key
{HDKey} - The HDKey parent instance
{number} - Index of child
A promise that resolves child key
Derives an {HDKey} child by identity index and key index from an {HDKey}
Usually used to get a identity private key from seed
{HDKey}
{number}
{number}
{Network}
Allows to derive HD key by path
{HDKey} - The HDKey parent instance
{string} - Path of children
A promise that resolves key by path
Returns seed from mnemonic phrase
{string} - The BIP39 mnemonic phrase.
Optionalsalt: string{string=} - Optional salt for seed derivation.
Seed bytes
Converts {PublicKey} to a Dash network address (P2PKH)
{Uint8Array}
{Network}
Returns seed from mnemonic phrase
{Uint8Array}
{Network} network
HDKey
Collection of functions to work with private keys and seed phrases