[#PeerManager-InitiateTxBroadcastToAll] = xref:PeerManager.adoc[PeerManager]::InitiateTxBroadcastToAll :relfileprefix: ../ :mrdocs: Initiate a transaction broadcast to eligible peers. Queue the witness transaction id to the inbound and outbound inv backlogs. Later, depending on `‐txsendrate`, the peer's next inventory send time and if the transaction is in the mempool, an `INV` about it may be sent to the peer. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void InitiateTxBroadcastToAll(xref:Wtxid.adoc[Wtxid] const& wtxid) = 0; ---- == Parameters [cols="1,4"] |=== | Name| Description | *wtxid* | The witness transaction id to queue for broadcast. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#