Bitcoin Core 30.99.0
P2P Digital Currency
Public Attributes | List of all members
cluster_linearize::SpanningForestState< SetType >::DepData Struct Reference

Structure with information about a single dependency. More...

Public Attributes

bool active
 Whether this dependency is active. More...
 
TxIdx parent
 What the parent and child transactions are. More...
 
TxIdx child
 
SetInfo< SetType > top_setinfo
 (Only if this dependency is active) the would-be top chunk and its feerate that would be formed if this dependency were to be deactivated. More...
 

Detailed Description

template<typename SetType>
struct cluster_linearize::SpanningForestState< SetType >::DepData

Structure with information about a single dependency.

Definition at line 628 of file cluster_linearize.h.

Member Data Documentation

◆ active

template<typename SetType >
bool cluster_linearize::SpanningForestState< SetType >::DepData::active

Whether this dependency is active.

Definition at line 630 of file cluster_linearize.h.

◆ child

template<typename SetType >
TxIdx cluster_linearize::SpanningForestState< SetType >::DepData::child

Definition at line 632 of file cluster_linearize.h.

◆ parent

template<typename SetType >
TxIdx cluster_linearize::SpanningForestState< SetType >::DepData::parent

What the parent and child transactions are.

Immutable after construction.

Definition at line 632 of file cluster_linearize.h.

◆ top_setinfo

template<typename SetType >
SetInfo<SetType> cluster_linearize::SpanningForestState< SetType >::DepData::top_setinfo

(Only if this dependency is active) the would-be top chunk and its feerate that would be formed if this dependency were to be deactivated.

Definition at line 635 of file cluster_linearize.h.


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