Source code for cfxdb.gen.xbrmm.TransactionState

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: xbrmm

# State of an (off-chain) transaction.
[docs] class TransactionState(object): # Unset
[docs] NONE = 0
# The (off-chain) transaction is currently in-flight.
[docs] INFLIGHT = 1
# The (off-chain) transaction has completed with error (it failed).
[docs] FAILED = 2
# The (off-chain) transaction has completed with success.
[docs] SUCCESS = 3