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
| Parameter | Type | Description |
|---|---|---|
|
| the invalid nonceKey used |
Returns
InvalidNonceKeyError
Overrides
BaseError.constructor;