Get wallet transactions that conflict with given transaction (spend same outputs)
Declared in <wallet/wallet.h>
[[requires_capability(0x7f2e1e599ae8), requires_capability(0x7f2e11aaa8a8), requires_capability(0x7f2e16a00698), requires_capability(0x7f2e15f2fb38), requires_capability(0x7f2e12c6e7c8)]]
std::set<Txid>
GetConflicts(Txid const& txid) const;
The txids of conflicting wallet transactions.
| Name | Description |
|---|---|
| txid | The transaction to find conflicts for. |