TransactionRevertedError
Defined in: atomiq-base/src/errors/TransactionRevertedError.ts:6
Indicates that the sent transaction has reverted (i.e. was confirmed but the execution failed)
Extends
Error
Constructors
Constructor
new TransactionRevertedError(msg): TransactionRevertedError;
Defined in: atomiq-base/src/errors/TransactionRevertedError.ts:8
Parameters
| Parameter | Type |
|---|---|
msg | string |
Returns
TransactionRevertedError
Overrides
Error.constructor