TransactionStatus
public enum TransactionStatus
Transaction status used in Transaction object.
See Send Transaction for details on the order in which transaction statuses appear.
Enum Values
PAUSED
Transaction has been paused by Transaction Service before being submitted to blockchain.
PENDING
Transaction has been submitted to blockchain.
CONFIRMED
Transacion was confirmed and added to blockchain.
FAILED
Transaction was rejected, try resubmitting transaction with increased fee rate.
RESUBMITTED
Occurs when exactly the same transaction with same consecutive transaction number, e.g. nonce, was submitted but with higher fee rate was submitted before transaction was confirmed.
CANCELLED
Occurs when differenet transaction was submitted but with higher fee rate and same consecutive transaction number, e.g nonce, was submitted before transaction was confirmed.