![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <private_broadcast.h>
Public Attributes | |
| CTransactionRef | tx |
| NodeClock::time_point | time_added |
| size_t | attempts_remaining |
| Number of additional send attempts allowed for this transaction (0 if exhausted). More... | |
| std::vector< PeerSendInfo > | peers |
Definition at line 64 of file private_broadcast.h.
| size_t PrivateBroadcast::TxBroadcastInfo::attempts_remaining |
Number of additional send attempts allowed for this transaction (0 if exhausted).
Definition at line 68 of file private_broadcast.h.
| std::vector<PeerSendInfo> PrivateBroadcast::TxBroadcastInfo::peers |
Definition at line 69 of file private_broadcast.h.
| NodeClock::time_point PrivateBroadcast::TxBroadcastInfo::time_added |
Definition at line 66 of file private_broadcast.h.
| CTransactionRef PrivateBroadcast::TxBroadcastInfo::tx |
Definition at line 65 of file private_broadcast.h.