[#PrivateBroadcast-PeerSendInfo] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::PeerSendInfo :relfileprefix: ../ :mrdocs: Per‐recipient record of when a transaction was sent and (optionally) received back. == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PeerSendInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:PrivateBroadcast/PeerSendInfo/address.adoc[`address`] | Address of the peer the transaction was sent to. | xref:PrivateBroadcast/PeerSendInfo/received.adoc[`received`] | When reception was confirmed, or nullopt if not confirmed. | xref:PrivateBroadcast/PeerSendInfo/sent.adoc[`sent`] | When the transaction was sent to this peer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#