Defined in: aa-sdk/core/src/errors/signer.ts:6
Represents an error thrown when an invalid signer type is provided to the SmartAccountSigner.
new InvalidSignerTypeError(signerType?): InvalidSignerTypeError;Defined in: aa-sdk/core/src/errors/signer.ts:14
Constructs an error message when an invalid signer type is passed to SmartAccountSigner.
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| An optional parameter specifying the signer type. If not provided, a default error message will be used. |
Returns
InvalidSignerTypeError