[#node-TxOrphanage-OrphanInfo-2constructor] = xref:node.adoc[node]::xref:node/TxOrphanage.adoc[TxOrphanage]::xref:node/TxOrphanage/OrphanInfo.adoc[OrphanInfo]::OrphanInfo :relfileprefix: ../../../ :mrdocs: Construct orphan info from a transaction and its announcers. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- OrphanInfo( xref:CTransactionRef.adoc[CTransactionRef] tx, std::set<NodeId>&& announcers); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The orphan transaction. | *announcers* | The set of peers that announced the orphan. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#