[#PeerManager-GetOrphanTransactions] = xref:PeerManager.adoc[PeerManager]::GetOrphanTransactions :relfileprefix: ../ :mrdocs: Get information about transactions currently held in the orphan pool. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::vector<node::TxOrphanage::OrphanInfo> GetOrphanTransactions() = 0; ---- == Return Value The list of orphan transactions and their metadata. [.small]#Created with https://www.mrdocs.com[MrDocs]#