PrivateBroadcast::PeerSendInfo

Per-recipient record of when a transaction was sent and (optionally) received back.

Synopsis

Declared in <private_broadcast.h>

struct PeerSendInfo;

Data Members

NameDescription
address Address of the peer the transaction was sent to.
received When reception was confirmed, or nullopt if not confirmed.
sent When the transaction was sent to this peer.