Return TxState or SyncTxState as a string for logging or debugging.
Declared in <wallet/transaction.h>
template<typename T>
std::string
TxStateString(T const& state);
A human-readable string describing the state.
| Name | Description |
|---|---|
| state | The transaction state variant to describe. |