[#node-TxOrphanage-OrphanInfo] = xref:node.adoc[node]::xref:node/TxOrphanage.adoc[TxOrphanage]::OrphanInfo :relfileprefix: ../../ :mrdocs: Allows providing orphan information externally == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct OrphanInfo; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:node/TxOrphanage/OrphanInfo/2constructor.adoc[`OrphanInfo`] [.small]#[constructor]# | Construct orphan info from a transaction and its announcers. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:node/TxOrphanage/OrphanInfo/announcers.adoc[`announcers`] | Peers added with AddTx or AddAnnouncer. | xref:node/TxOrphanage/OrphanInfo/tx.adoc[`tx`] | The orphan transaction itself. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#