ethereumjs-wallet > EthereumHDKey
EthereumHDKey
- deriveChild
- derivePath
- getWallet
- privateExtendedKey
- publicExtendedKey
- fromExtendedKey
- fromMasterSeed
⊕ new EthereumHDKey(_hdkey: any
): EthereumHDKey
Defined in hdkey.ts:21
Parameters:
Name | Type |
---|---|
Optional _hdkey |
any |
Returns: EthereumHDKey
● _hdkey: any
Defined in hdkey.ts:23
▸ deriveChild(index: number
): EthereumHDKey
Defined in hdkey.ts:52
Parameters:
Name | Type |
---|---|
index | number |
Returns: EthereumHDKey
▸ derivePath(path: string
): EthereumHDKey
Defined in hdkey.ts:45
Parameters:
Name | Type |
---|---|
path | string |
Returns: EthereumHDKey
▸ getWallet(): Wallet
Defined in hdkey.ts:59
Returns: Wallet
▸ privateExtendedKey(): Buffer
Defined in hdkey.ts:28
Returns: Buffer
▸ publicExtendedKey(): Buffer
Defined in hdkey.ts:38
Returns: Buffer
▸ fromExtendedKey(base58Key: string
): EthereumHDKey
Defined in hdkey.ts:19
Parameters:
Name | Type |
---|---|
base58Key | string |
Returns: EthereumHDKey
▸ fromMasterSeed(seedBuffer: Buffer
): EthereumHDKey
Defined in hdkey.ts:12
Parameters:
Name | Type |
---|---|
seedBuffer | Buffer |
Returns: EthereumHDKey