Report whether an output is spent by any known transaction.
Declared in <wallet/wallet.h>
[[requires_capability(0x7ff3720ef458), requires_capability(0x7ff365f1f458), requires_capability(0x7ff35de5de08), requires_capability(0x7ff35efe28e8), requires_capability(0x7ff366fceec8)]]
bool
IsSpent(COutPoint const& outpoint) const;
true if the output is spent.
| Name | Description |
|---|---|
| outpoint | The outpoint to check. |