Static ReadonlyEXTENDED_Prefix for extended private key
Static ReadonlyEXTENDED_Prefix for extended public key
Static ReadonlyVET_Default VET derivation path.
See SLIP-0044 : Registered coin types for BIP-0044 for more info.
StaticfromCreates a BIP32 Hierarchical Deterministic Key from BIP39 Mnemonic Words and the given derivation path.
An array of words representing the mnemonic.
The derivation path to derive the child node. Default value is VET_DERIVATION_PATH.
The derived child hierarchical deterministic key.
StaticfromCreates a BIP32 Hierarchical Deterministic Key from a private key and chain code.
Returns the hierarchical deterministic key from privateKey and chainCode.
StaticfromCreates a BIP32 Hierarchical Deterministic Key key from a public key and chain code.
The public key bytes.
The chain code bytes.
Returns the hierarchical deterministic key from public and chainCode.
Staticis
This class extends the BIP32 Hierarchical Deterministic Key HDKey class to provide interoperability with ethers.js 6 HDNodeWallet.