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