wallet::CWallet::GetTxConflicts

Find wallet transactions that conflict with the given transaction.

Synopsis

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;

Return Value

The txids of conflicting wallet transactions.

Parameters

NameDescription
wtxThe transaction to check for conflicts.