Get wallet transactions that conflict with given transaction (spend same outputs)

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f0f48), requires_capability(0x7ff365f20f48), requires_capability(0x7ff35de5f8f8), requires_capability(0x7ff35efe43d8), requires_capability(0x7ff366fd09b8)]]
std::set<Txid>
GetConflicts(Txid const& txid) const;

Return Value

The txids of conflicting wallet transactions.

Parameters

Name

Description

txid

The transaction to find conflicts for.

Created with MrDocs