Find wallet transactions that conflict with the given transaction.
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfc748), requires_capability(0x7fbc81b76108), requires_capability(0x7fbc7e013f88), requires_capability(0x7fbc7e243438), requires_capability(0x7fbc8e714078)]]
std::set<Txid>
GetTxConflicts(CWalletTx const& wtx) const;
The txids of conflicting wallet transactions.
| Name | Description |
|---|---|
| wtx | The transaction to check for conflicts. |