Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.62 KB

transactions.md

File metadata and controls

17 lines (13 loc) · 1.62 KB

Transactions

Statuses

The status of a transaction can vary depending on whether it has just been submitted, confirmed or was (successfully) executed. An overview of transaction statuses is as follows:

Status Description
Needs your confirmation /
Needs confirmations
AWAITING_CONFIRMATIONS
The transaction still requires confirmations.
Needs execution
AWAITING_EXECUTION*
The transaction has sufficient confirmations but has yet to be executed.
Cancelled
CANCELLED
The transaction was cancelled.
Failed
FAILED
The transaction failed.
Pending
PENDING*
The transaction has been submitted and is waiting to be mined.*
Success
SUCCESS
The transaction was successfully executed.
Transaction will be replaced
WILL_BE_REPLACED
A corresponding rejection transaction has been created.

*frontend-only statuses used for UI changes.