Find wallet transactions that conflict with the given transaction.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f94fde043e8), requires_capability(0x7f95061a7128), requires_capability(0x7f94f2b77c38), requires_capability(0x7f94f0cf68c8), requires_capability(0x7f94fee392b8)]]
std::set<Txid>
GetTxConflicts(CWalletTx const& wtx) const;

Return Value

The txids of conflicting wallet transactions.

Parameters

Name

Description

wtx

The transaction to check for conflicts.

Created with MrDocs