Skip to main content

Transaction States

TrexWallet uses additive bit-flag state, not a linear Created → Processing → Done chain. One operation can expose several flags at once, for example Created | Confirmed | Verified | Finished.

There are two distinct state layers, inspected on different admin pages:

LayerEnumAdmin pageReference
Client / ledgerTransactStateEnum/TrexAdmin/TransactsTransaction States concept
Network / settlementAdrTxStateEnum/TrexAdmin/AddressTransactsTransactions and Orders admin

For payment-order state flags and completion/outcome rules, see Transaction States concept. The values are not duplicated here.