Skip to content
Alchemy Logo

InvalidNonceKeyError

Defined in: packages/smart-accounts/src/errors/InvalidNonceKeyError.ts:6

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

  • BaseError

new InvalidNonceKeyError(nonceKey): InvalidNonceKeyError;

Defined in: packages/smart-accounts/src/errors/InvalidNonceKeyError.ts:14

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"

Was this page helpful?