wallet::SyncTxState

Subset of states transaction sync logic is implemented to handle.

Synopsis

Declared in <wallet/transaction.h>

using SyncTxState = std::variant<TxStateConfirmed, TxStateInMempool, TxStateInactive>;