Construct orphan info from a transaction and its announcers.
Declared in <node/txorphanage.h>
OrphanInfo(
CTransactionRef tx,
std::set<NodeId>&& announcers);
| Name | Description |
|---|---|
| tx | The orphan transaction. |
| announcers | The set of peers that announced the orphan. |