ZKTransactionStatus
typedef NS_ENUM(NSInteger, ZKTransactionStatus)
Transaction status used in ZKTransaction object.
See Send Transaction for details on the order in which transaction statuses appear.
ZKTransactionStatusPAUSED
Transaction has been paused by Transaction Service before being submitted to blockchain.
ZKTransactionStatusPENDING
Transaction has been submitted to blockchain.
ZKTransactionStatusCONFIRMED
Transacion was confirmed and added to blockchain.
ZKTransactionStatusFAILED
Transaction was rejected, try resubmitting transaction with increased fee rate.
ZKTransactionStatusRESUBMITTED
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.
ZKTransactionStatusCANCELLED
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.