![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
Status of a transaction sent to a given node. More...
Public Member Functions | |
| SendStatus (const NodeId &nodeid, const CService &address, const NodeClock::time_point &picked) | |
Public Attributes | |
| const NodeId | nodeid |
| Node to which the transaction will be sent (or was sent). More... | |
| const CService | address |
| Address of the node. More... | |
| const NodeClock::time_point | picked |
| When was the transaction picked for sending to the node. 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 128 of file private_broadcast.h.
|
inline |
Definition at line 138 of file private_broadcast.h.
| const CService PrivateBroadcast::SendStatus::address |
Address of the node.
Definition at line 132 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 136 of file private_broadcast.h.
| const NodeId PrivateBroadcast::SendStatus::nodeid |
Node to which the transaction will be sent (or was sent).
Definition at line 130 of file private_broadcast.h.
| const NodeClock::time_point PrivateBroadcast::SendStatus::picked |
When was the transaction picked for sending to the node.
Definition at line 134 of file private_broadcast.h.