Get wallet transactions that conflict with given transaction (spend same outputs)
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;
The txids of conflicting wallet transactions.
| Name | Description |
|---|---|
| txid | The transaction to find conflicts for. |