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