Skip to content

Latest commit

 

History

History
171 lines (94 loc) · 3.39 KB

ethereumhdkey.md

File metadata and controls

171 lines (94 loc) · 3.39 KB

ethereumjs-wallet > EthereumHDKey

Class: EthereumHDKey

Hierarchy

EthereumHDKey

Index

Constructors

Properties

Methods


Constructors

constructor

new EthereumHDKey(_hdkey: any): EthereumHDKey

Defined in hdkey.ts:21

Parameters:

Name Type
Optional _hdkey any

Returns: EthereumHDKey


Properties

<Private>``<Optional> _hdkey

● _hdkey: any

Defined in hdkey.ts:23


Methods

deriveChild

deriveChild(index: number): EthereumHDKey

Defined in hdkey.ts:52

Parameters:

Name Type
index number

Returns: EthereumHDKey


derivePath

derivePath(path: string): EthereumHDKey

Defined in hdkey.ts:45

Parameters:

Name Type
path string

Returns: EthereumHDKey


getWallet

getWallet(): Wallet

Defined in hdkey.ts:59

Returns: Wallet


privateExtendedKey

privateExtendedKey(): Buffer

Defined in hdkey.ts:28

Returns: Buffer


publicExtendedKey

publicExtendedKey(): Buffer

Defined in hdkey.ts:38

Returns: Buffer


<Static> fromExtendedKey

fromExtendedKey(base58Key: string): EthereumHDKey

Defined in hdkey.ts:19

Parameters:

Name Type
base58Key string

Returns: EthereumHDKey


<Static> fromMasterSeed

fromMasterSeed(seedBuffer: Buffer): EthereumHDKey

Defined in hdkey.ts:12

Parameters:

Name Type
seedBuffer Buffer

Returns: EthereumHDKey