PrivateBroadcast::Remove

Forget a transaction.

Synopsis

Declared in <private_broadcast.h>

[[requires_capability(0x7f2e37684468), requires_capability(0x7f2e219d19e8), requires_capability(0x7f2e1ac64c18)]]
std::optional<size_t>
Remove(CTransactionRef const& tx);

Return Value

The confirmed-send count if the transaction was removed, otherwise nullopt.

Parameters

NameDescription
tx [in]Transaction to forget.