![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
State of transaction loaded in an unrecognized state with unexpected hash or index values. More...
#include <transaction.h>
Public Member Functions | |
| TxStateUnrecognized (const uint256 &block_hash, int index) | |
| std::string | toString () const |
Public Attributes | |
| uint256 | block_hash |
| int | index |
State of transaction loaded in an unrecognized state with unexpected hash or index values.
Treated as inactive (with serialized hash and index values preserved) by default, but may enter another state if transaction is added to the mempool, or confirmed, or abandoned, or found conflicting.
Definition at line 64 of file transaction.h.
|
inline |
Definition at line 68 of file transaction.h.
|
inline |
| uint256 wallet::TxStateUnrecognized::block_hash |
Definition at line 65 of file transaction.h.
| int wallet::TxStateUnrecognized::index |
Definition at line 66 of file transaction.h.
1.8.14