[#PrivateBroadcast-TxBroadcastInfo] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::TxBroadcastInfo :relfileprefix: ../ :mrdocs: Public snapshot of a tracked transaction and its per‐peer broadcast history. == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TxBroadcastInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:PrivateBroadcast/TxBroadcastInfo/attempts_remaining.adoc[`attempts_remaining`] | Number of additional send attempts allowed for this transaction (0 if exhausted). | xref:PrivateBroadcast/TxBroadcastInfo/peers.adoc[`peers`] | Per‐peer send/receive records for this transaction. | xref:PrivateBroadcast/TxBroadcastInfo/time_added.adoc[`time_added`] | When the transaction was added to the store. | xref:PrivateBroadcast/TxBroadcastInfo/tx.adoc[`tx`] | The transaction being broadcast. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#