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