TransactionStatus
Defined in: types.ts:43
Terminal status of a transaction. Trackers set it together with pending: false.
Enumeration Members
Failed
Failed:
"Failed"
Defined in: types.ts:45
The transaction reverted, was rejected, or tracking failed (for example, it was not found in time).
Replaced
Replaced:
"Replaced"
Defined in: types.ts:49
Another transaction with the same nonce was mined instead (a wallet speed-up or cancel).
Success
Success:
"Success"
Defined in: types.ts:47
The transaction was included on-chain and executed successfully.
Last updated on