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:
| Layer | Enum | Admin page | Reference |
|---|---|---|---|
| Client / ledger | TransactStateEnum | /TrexAdmin/Transacts | Transaction States concept |
| Network / settlement | AdrTxStateEnum | /TrexAdmin/AddressTransacts | Transactions and Orders admin |
For payment-order state flags and completion/outcome rules, see Transaction States concept. The values are not duplicated here.