PrivateBroadcast::TxBroadcastInfo

Public snapshot of a tracked transaction and its per-peer broadcast history.

Synopsis

Declared in <private_broadcast.h>

struct TxBroadcastInfo;

Data Members

NameDescription
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.