@ethereumjs/wallet / hdkey / EthereumHDKey
Defined in: hdkey.ts:8
new EthereumHDKey(
hdkey
):EthereumHDKey
Defined in: hdkey.ts:10
HDKey
EthereumHDKey
deriveChild(
index
):EthereumHDKey
Defined in: hdkey.ts:61
Derive a node based on a child index
number
EthereumHDKey
derivePath(
path
):EthereumHDKey
Defined in: hdkey.ts:54
Derives a node based on a path (e.g. m/44’/0’/0/1)
string
EthereumHDKey
getWallet():
Wallet
Defined in: hdkey.ts:68
Return a Wallet
instance as seen above
privateExtendedKey():
string
Defined in: hdkey.ts:37
Returns a BIP32 extended private key (xprv)
string
publicExtendedKey():
string
Defined in: hdkey.ts:47
Return a BIP32 extended public key (xpub)
string
static
fromExtendedKey(base58Key
):EthereumHDKey
Defined in: hdkey.ts:30
Create an instance based on a BIP32 extended private or public key.
string
EthereumHDKey
static
fromMasterSeed(seedBuffer
):EthereumHDKey
Defined in: hdkey.ts:16
Creates an instance based on a seed.
Uint8Array
EthereumHDKey
static
fromMnemonic(mnemonic
,passphrase?
):EthereumHDKey
Defined in: hdkey.ts:23
Creates an instance based on BIP39 mnemonic phrases
string
string
EthereumHDKey