Utils
TransactionReplacedError
A pending transaction was replaced by another.
Extends
quaisError
<"TRANSACTION_REPLACED"
>
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
cancelled | boolean | If the transaction was cancelled, such that the original effects of the transaction cannot be assured. | - |
code | ErrorCode | The string error code. | quaisError .code |
error? | Error | Any related error. | quaisError .error |
hash | string | The hash of the replaced transaction. | - |
info? | Record <string , any > | Additional info regarding the error that may be useful. This is generally helpful mostly for human-based debugging. | quaisError .info |
reason | "cancelled" | "replaced" | "repriced" | The reason the transaction was replaced. | - |
receipt | TransactionReceipt | The receipt of the transaction that replace the transaction. | - |
replacement | TransactionResponse | ExternalTransactionResponse | The transaction that replaced the transaction. | - |
shortMessage | string | A short message describing the error, with minimal additional details. | quaisError .shortMessage |
Was this page helpful?