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

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfe8f8), requires_capability(0x7fbc81b782b8), requires_capability(0x7fbc7e016138), requires_capability(0x7fbc7e2455e8), requires_capability(0x7fbc8e716228)]]
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