Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::TxStateUnrecognized Struct Reference

State of transaction loaded in an unrecognized state with unexpected hash or index values. More...

#include <transaction.h>

Collaboration diagram for wallet::TxStateUnrecognized:
[legend]

Public Member Functions

 TxStateUnrecognized (const uint256 &block_hash, int index)
 
std::string toString () const
 

Public Attributes

uint256 block_hash
 
int index
 

Detailed Description

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 69 of file transaction.h.

Constructor & Destructor Documentation

◆ TxStateUnrecognized()

wallet::TxStateUnrecognized::TxStateUnrecognized ( const uint256 block_hash,
int  index 
)
inline

Definition at line 73 of file transaction.h.

Member Function Documentation

◆ toString()

std::string wallet::TxStateUnrecognized::toString ( ) const
inline

Definition at line 74 of file transaction.h.

Here is the call graph for this function:

Member Data Documentation

◆ block_hash

uint256 wallet::TxStateUnrecognized::block_hash

Definition at line 70 of file transaction.h.

◆ index

int wallet::TxStateUnrecognized::index

Definition at line 71 of file transaction.h.


The documentation for this struct was generated from the following file: