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