Initiate a private transaction broadcast. This is done asynchronously via short-lived connections to peers on privacy networks.
Declared in <net_processing.h>
[[nodiscard]]
virtual
node::TransactionError
InitiateTxBroadcastPrivate(CTransactionRef const& tx) = 0;
The outcome of scheduling the broadcast.
The return value should not be discarded.
| Name | Description |
|---|---|
| tx | The transaction to broadcast privately. |