![]() |
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 CService &address, const NodeClock::time_point &picked) | |
Public Attributes | |
| const NodeId | nodeid |
| const CService | address |
| Node to which the transaction will be sent (or was sent). More... | |
| const NodeClock::time_point | picked |
| Address of 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 119 of file private_broadcast.h.
|
inline |
Definition at line 125 of file private_broadcast.h.
| const CService PrivateBroadcast::SendStatus::address |
Node to which the transaction will be sent (or was sent).
Definition at line 121 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 123 of file private_broadcast.h.
| const NodeId PrivateBroadcast::SendStatus::nodeid |
Definition at line 120 of file private_broadcast.h.
| const NodeClock::time_point PrivateBroadcast::SendStatus::picked |
Address of the node.
When was the transaction picked for sending to the node.
Definition at line 122 of file private_broadcast.h.