Skip to content
Alchemy Logo

SignTransactionNotSupportedError

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

Error thrown when attempting to sign a transaction that is not supported by smart contracts.

new SignTransactionNotSupportedError(): SignTransactionNotSupportedError;

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

Throws an error indicating that signing a transaction is not supported by smart contracts.

Returns

SignTransactionNotSupportedError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"SignTransactionNotSupported"

version

string

VERSION

Was this page helpful?