Skip to content
Alchemy Logo

TransactionMissingToParamError

Defined in: aa-sdk/core/src/errors/transaction.ts:7

Error thrown when a transaction is missing the to address parameter. This class extends the BaseError class.

new TransactionMissingToParamError(): TransactionMissingToParamError;

Defined in: aa-sdk/core/src/errors/transaction.ts:12

Throws an error indicating that a transaction is missing the to address in the request.

Returns

TransactionMissingToParamError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"TransactionMissingToParamError"

version

string

VERSION

Was this page helpful?