Subset of states transaction sync logic is implemented to handle.
Declared in <wallet/transaction.h>
<wallet/transaction.h>
using SyncTxState = std::variant<TxStateConfirmed, TxStateInMempool, TxStateInactive>;