![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Status of a transaction sent to a given node. More...
Public Member Functions | |
| SendStatus (const NodeId &nodeid, const NodeClock::time_point &picked) | |
Public Attributes | |
| const NodeId | nodeid |
| const NodeClock::time_point | picked |
| Node to which the transaction will be sent (or was sent). More... | |
| std::optional< NodeClock::time_point > | confirmed |
| When was the transaction reception confirmed by the node (by PONG). More... | |
Status of a transaction sent to a given node.
Definition at line 100 of file private_broadcast.h.
|
inline |
Definition at line 105 of file private_broadcast.h.
| std::optional<NodeClock::time_point> PrivateBroadcast::SendStatus::confirmed |
When was the transaction reception confirmed by the node (by PONG).
Definition at line 103 of file private_broadcast.h.
| const NodeId PrivateBroadcast::SendStatus::nodeid |
Definition at line 101 of file private_broadcast.h.
| const NodeClock::time_point PrivateBroadcast::SendStatus::picked |
Node to which the transaction will be sent (or was sent).
When was the transaction picked for sending to the node.
Definition at line 102 of file private_broadcast.h.