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