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

TxStateUnrecognized [constructor]

Construct an unrecognized state from the serialized block hash and index.

toString

Return a human‐readable description of the state.

Data Members

Name

Description

block_hash

Serialized block hash preserved from the unrecognized state.

index

Serialized index value preserved from the unrecognized state.

Created with MrDocs