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.
Synopsis
Declared in <wallet/transaction.h>
struct TxStateUnrecognized;
Member Functions
Name |
Description |
|
Construct an unrecognized state from the serialized block hash and index. |
Return a human‐readable description of the state. |
Data Members
Name |
Description |
Serialized block hash preserved from the unrecognized state. |
|
Serialized index value preserved from the unrecognized state. |
Created with MrDocs