[#PeerManager-InitiateTxBroadcastPrivate] = xref:PeerManager.adoc[PeerManager]::InitiateTxBroadcastPrivate :relfileprefix: ../ :mrdocs: Initiate a private transaction broadcast. This is done asynchronously via short‐lived connections to peers on privacy networks. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] virtual xref:node/TransactionError.adoc[node::TransactionError] InitiateTxBroadcastPrivate(xref:CTransactionRef.adoc[CTransactionRef] const& tx) = 0; ---- == Return Value The outcome of scheduling the broadcast. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to broadcast privately. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#