status property

String? status
getter/setter pair

The current status of the transaction by hash, one of: ERROR, PENDING, DUPLICATE, TRY_AGAIN_LATER ERROR represents the status value returned by stellar-core when an error occurred from submitting a transaction PENDING represents the status value returned by stellar-core when a transaction has been accepted for processing DUPLICATE represents the status value returned by stellar-core when a submitted transaction is a duplicate TRY_AGAIN_LATER represents the status value returned by stellar-core when a submitted transaction was not included in the previous 4 ledgers and get banned for being added in the next few ledgers.

Implementation

String? status;