Public snapshot of a tracked transaction and its per-peer broadcast history.
Declared in <private_broadcast.h>
struct TxBroadcastInfo;
| Name | Description |
|---|---|
attempts_remaining | Number of additional send attempts allowed for this transaction (0 if exhausted). |
peers | Per-peer send/receive records for this transaction. |
time_added | When the transaction was added to the store. |
tx | The transaction being broadcast. |