Get info about transactions currently being privately broadcast.
Synopsis
Declared in <net_processing.h>
virtual
std::vector<PrivateBroadcast::TxBroadcastInfo>
GetPrivateBroadcastInfo() const = 0;
Return Value
The list of transactions in the private broadcast queue and their status.
Created with MrDocs