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
| Parameter | Type | Description |
|---|---|---|
|
| the invalid nonceKey used |
Returns
InvalidNonceKeyError