Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet::TxStateInactive Struct Reference

#include <transaction.h>

Public Member Functions

 TxStateInactive (bool abandoned=false)
std::string toString () const

Public Attributes

bool abandoned

Detailed Description

State of transaction not confirmed or conflicting with a known block and not in the mempool. May conflict with the mempool, or with an unknown block, or be abandoned, never broadcast, or rejected from the mempool for another reason.

Definition at line 59 of file transaction.h.

Constructor & Destructor Documentation

◆ TxStateInactive()

wallet::TxStateInactive::TxStateInactive ( bool abandoned = false)
inlineexplicit

Definition at line 62 of file transaction.h.

Member Function Documentation

◆ toString()

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

Definition at line 63 of file transaction.h.

Member Data Documentation

◆ abandoned

bool wallet::TxStateInactive::abandoned

Definition at line 60 of file transaction.h.


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