HdKey
Utility functions for generating and working with BIP-32 HD Wallets.
Functions
| Name | Description |
|---|---|
HdKey.fromExtendedKey | Creates a HD Key from an extended private key. |
HdKey.fromJson | Creates a HD Key from a JSON object containing an extended private key (xpriv). |
HdKey.fromSeed | Creates a HD Key from a master seed. |
HdKey.path | Creates an Ethereum-based BIP-44 HD path. |
Types
| Name | Description |
|---|---|
HdKey.HdKey | Root type for a Hierarchical Deterministic (HD) Key. |

