![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
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... | |
Structure with information about a single dependency.
Definition at line 628 of file cluster_linearize.h.
| bool cluster_linearize::SpanningForestState< SetType >::DepData::active |
Whether this dependency is active.
Definition at line 630 of file cluster_linearize.h.
| TxIdx cluster_linearize::SpanningForestState< SetType >::DepData::child |
Definition at line 632 of file cluster_linearize.h.
| 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.
| 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.