superxerox-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
HDNode
constructor
_derive
address
chain
Code
depth
fingerprint
index
mnemonic
parent
Fingerprint
path
private
Key
public
Key
extended
Key
derive
Path
neuter
_from
Seed
from
Extended
Key
from
Mnemonic
from
Seed
Hierarchy
HDNode
Implements
ExternallyOwnedAccount
Index
Constructors
constructor
Properties
_derive
address
chain
Code
depth
fingerprint
index
mnemonic
parent
Fingerprint
path
private
Key
public
Key
Accessors
extended
Key
Methods
derive
Path
neuter
_from
Seed
from
Extended
Key
from
Mnemonic
from
Seed
Constructors
constructor
new HDNode
(
constructorGuard
:
any
, privateKey
:
string
, publicKey
:
string
, parentFingerprint
:
string
, chainCode
:
string
, index
:
number
, depth
:
number
, mnemonicOrPath
:
string
|
Mnemonic
)
:
HDNode
This constructor should not be called directly.
Please use:
fromMnemonic
fromSeed
Parameters
constructorGuard:
any
privateKey:
string
publicKey:
string
parentFingerprint:
string
chainCode:
string
index:
number
depth:
number
mnemonicOrPath:
string
|
Mnemonic
Returns
HDNode
Properties
Private
_derive
_derive
:
any
Readonly
address
address
:
string
Readonly
chain
Code
chain
Code
:
string
Readonly
depth
depth
:
number
Readonly
fingerprint
fingerprint
:
string
Readonly
index
index
:
number
Optional
Readonly
mnemonic
mnemonic
:
Mnemonic
Readonly
parent
Fingerprint
parent
Fingerprint
:
string
Readonly
path
path
:
string
Readonly
private
Key
private
Key
:
string
Readonly
public
Key
public
Key
:
string
Accessors
extended
Key
get
extendedKey
(
)
:
string
Returns
string
Methods
derive
Path
derive
Path
(
path
:
string
)
:
HDNode
Parameters
path:
string
Returns
HDNode
neuter
neuter
(
)
:
HDNode
Returns
HDNode
Static
_from
Seed
_from
Seed
(
seed
:
BytesLike
, mnemonic
:
Mnemonic
)
:
HDNode
Parameters
seed:
BytesLike
mnemonic:
Mnemonic
Returns
HDNode
Static
from
Extended
Key
from
Extended
Key
(
extendedKey
:
string
)
:
HDNode
Parameters
extendedKey:
string
Returns
HDNode
Static
from
Mnemonic
from
Mnemonic
(
mnemonic
:
string
, password
?:
string
, wordlist
?:
string
|
Wordlist
)
:
HDNode
Parameters
mnemonic:
string
Optional
password:
string
Optional
wordlist:
string
|
Wordlist
Returns
HDNode
Static
from
Seed
from
Seed
(
seed
:
BytesLike
)
:
HDNode
Parameters
seed:
BytesLike
Returns
HDNode
Generated using
TypeDoc
This constructor should not be called directly.
Please use: