Defined in: aa-sdk/core/src/errors/transaction.ts:20
Represents an error that occurs when a transaction cannot be found for a given user operation. This error extends from BaseError. The hash of the transaction is provided to indicate which transaction could not be found.
new FailedToFindTransactionError(hash): FailedToFindTransactionError;Defined in: aa-sdk/core/src/errors/transaction.ts:28
Constructs a new error message indicating a failure to find the transaction for the specified user operation hash.
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| The hexadecimal value representing the user operation hash. |
Returns
FailedToFindTransactionError