Bitcoin Core  22.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TxStateInactive Struct Reference

State of transaction not confirmed or conflicting with a known block and not in the mempool. More...

#include <transaction.h>

Public Member Functions

 TxStateInactive (bool abandoned=false)
 

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

Constructor & Destructor Documentation

◆ TxStateInactive()

TxStateInactive::TxStateInactive ( bool  abandoned = false)
inlineexplicit

Definition at line 50 of file transaction.h.

Member Data Documentation

◆ abandoned

bool TxStateInactive::abandoned

Definition at line 48 of file transaction.h.


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