Abort private broadcast attempts for transactions currently being privately broadcast.

Synopsis

Declared in <net_processing.h>

virtual
std::vector<CTransactionRef>
AbortPrivateBroadcast(uint256 const& id) = 0;

Return Value

Transactions removed from the private broadcast queue. If the provided id matches a txid that corresponds to multiple transactions with different wtxids, multiple transactions may be returned.

Parameters

Name

Description

id [in]

A transaction identifier. It will be matched against both txid and wtxid for all transactions in the private broadcast queue.

Created with MrDocs