Static
Readonly
EXTENDED_Prefix for extended private key
Static
Readonly
EXTENDED_Prefix for extended public key
Static
Readonly
VET_Default VET derivation path.
See SLIP-0044 : Registered coin types for BIP-0044 for more info.
Static
fromCreates 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.
Static
fromCreates a BIP32 Hierarchical Deterministic Key from a private key and chain code.
Returns the hierarchical deterministic key from privateKey
and chainCode
.
Static
fromCreates 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
.
Static
is
This class extends the BIP32 Hierarchical Deterministic Key HDKey class to provide interoperability with ethers.js 6 HDNodeWallet.