PeerManager::InitiateTxBroadcastPrivate

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

NameDescription
txThe transaction to broadcast privately.