Skip to content

HdKey

Utility functions for generating and working with BIP-32 HD Wallets.

Functions

NameDescription
HdKey.fromExtendedKeyCreates a HD Key from an extended private key.
HdKey.fromJsonCreates a HD Key from a JSON object containing an extended private key (xpriv).
HdKey.fromSeedCreates a HD Key from a master seed.
HdKey.pathCreates an Ethereum-based BIP-44 HD path.

Types

NameDescription
HdKey.HdKeyRoot type for a Hierarchical Deterministic (HD) Key.