![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Cumulative stats from all the send attempts for a transaction. Used to prioritize transactions. More...
Public Member Functions | |
| auto | operator<=> (const Priority &other) const |
Public Attributes | |
| size_t | num_picked {0} |
| Number of times the transaction was picked for sending. More... | |
| NodeClock::time_point | last_picked {} |
| The most recent time when the transaction was picked for sending. More... | |
| size_t | num_confirmed {0} |
| Number of nodes that have confirmed reception of a transaction (by PONG). More... | |
| NodeClock::time_point | last_confirmed {} |
| The most recent time when the transaction was confirmed. More... | |
Cumulative stats from all the send attempts for a transaction. Used to prioritize transactions.
Definition at line 109 of file private_broadcast.h.
|
inline |
Definition at line 115 of file private_broadcast.h.
| NodeClock::time_point PrivateBroadcast::Priority::last_confirmed {} |
The most recent time when the transaction was confirmed.
Definition at line 113 of file private_broadcast.h.
| NodeClock::time_point PrivateBroadcast::Priority::last_picked {} |
The most recent time when the transaction was picked for sending.
Definition at line 111 of file private_broadcast.h.
| size_t PrivateBroadcast::Priority::num_confirmed {0} |
Number of nodes that have confirmed reception of a transaction (by PONG).
Definition at line 112 of file private_broadcast.h.
| size_t PrivateBroadcast::Priority::num_picked {0} |
Number of times the transaction was picked for sending.
Definition at line 110 of file private_broadcast.h.