Returns whether the transaction has been conpleted (not necessarily with success).
Returns whether the transaction has been executed (not necessarily with success).
This will be remove next version, please use isCompleted instead.
Returns whether the transaction has been executed, but with a failure.
Returns whether the transaction has been executed, but marked as invalid (e.g. due to "insufficient funds").
Returns whether the transaction is pending (e.g. in mempool).
Returns whether the transaction has been executed successfully.
Static
createCreates an unknown status.
An abstraction for handling and interpreting the "status" field of a transaction.