Skip to content
Alchemy Logo

SmartAccountWithSignerRequiredError

Defined in: aa-sdk/core/src/errors/account.ts:187

Error class indicating that a smart account operation requires a signer.

new SmartAccountWithSignerRequiredError(): SmartAccountWithSignerRequiredError;

Defined in: aa-sdk/core/src/errors/account.ts:192

Initializes a new instance of the error class with a predefined error message indicating that a smart account requires a signer.

Returns

SmartAccountWithSignerRequiredError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"SmartAccountWithSignerRequiredError"

version

string

VERSION

Was this page helpful?