[#PeerManager-GetPrivateBroadcastInfo] = xref:PeerManager.adoc[PeerManager]::GetPrivateBroadcastInfo :relfileprefix: ../ :mrdocs: Get info about transactions currently being privately broadcast. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::vector<PrivateBroadcast::TxBroadcastInfo> GetPrivateBroadcastInfo() const = 0; ---- == Return Value The list of transactions in the private broadcast queue and their status. [.small]#Created with https://www.mrdocs.com[MrDocs]#