Invalid HDNode mnemonic error.

WHEN TO USE:

  • This error will be thrown when the HDKey mnemonic is invalid.

Data (mnemonic) is undefined for security reasons, the mnemonic should not be logged!

Hierarchy (view full)

  • VechainSDKError<undefined | {
        wordlistSize: number;
    }>
    • InvalidHDKeyMnemonic

Constructors

Properties

data: {
    wordlistSize: number;
}
errorMessage: string
innerError?: unknown
methodName: string