Find wallet transactions that conflict with the given transaction.
Synopsis
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;
Return Value
The txids of conflicting wallet transactions.
Parameters
Name |
Description |
wtx |
The transaction to check for conflicts. |
Created with MrDocs