Skip to content
Alchemy Logo

InvalidNonceKeyError

Defined in: aa-sdk/core/src/errors/client.ts:78

Error class denoting that the nonce key is invalid because its too large.

new InvalidNonceKeyError(nonceKey): InvalidNonceKeyError;

Defined in: aa-sdk/core/src/errors/client.ts:86

Initializes a new instance of the error message with a default message indicating that the nonce key is invalid.

Parameters

ParameterTypeDescription

nonceKey

bigint

the invalid nonceKey used

Returns

InvalidNonceKeyError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"InvalidNonceKeyError"

version

string

VERSION

Was this page helpful?