Check if a given transaction has any of its outputs spent by another transaction in the wallet
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe9b8), requires_capability(0x7fbc81b78378), requires_capability(0x7fbc7e0161f8), requires_capability(0x7fbc7e2456a8), requires_capability(0x7fbc8e7162e8)]]
bool
HasWalletSpend(CTransactionRef const& tx) const;
true if any output is spent by another wallet transaction.
| Name | Description |
|---|---|
| tx | The transaction whose outputs to check. |