vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-errors
InvalidHDKey
Class InvalidHDKey
Invalid HDNode error.
WHEN TO USE:
This error will be thrown when the HDKey is invalid (derivation path / chainCode / public key parameters).
Hierarchy (
view full
)
VechainSDKError
<
{
chainCode
?:
Uint8Array
;
derivationPath
?:
string
;
publicKey
?:
Uint8Array
;
}
>
InvalidHDKey
Index
Constructors
constructor
Properties
data
error
Message
inner
Error?
method
Name
Constructors
constructor
new
InvalidHDKey
(
methodName
,
errorMessage
,
data
,
innerError
?
)
:
InvalidHDKey
Parameters
methodName
:
string
errorMessage
:
string
data
:
{
chainCode
?:
Uint8Array
;
derivationPath
?:
string
;
publicKey
?:
Uint8Array
;
}
Optional
chain
Code
?:
Uint8Array
Optional
derivation
Path
?:
string
Optional
public
Key
?:
Uint8Array
Optional
innerError
:
unknown
Returns
InvalidHDKey
Properties
Readonly
data
data
:
{
chainCode
?:
Uint8Array
;
derivationPath
?:
string
;
publicKey
?:
Uint8Array
;
}
Readonly
error
Message
error
Message
:
string
Optional
Readonly
inner
Error
inner
Error
?:
unknown
Readonly
method
Name
method
Name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
error
Message
inner
Error
method
Name
vechain
docs
github
vechain-sdk
Loading...
Invalid HDNode error.
WHEN TO USE: