Report whether an output is spent by any known transaction.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7f2e1e597ff8), requires_capability(0x7f2e11aa8db8), requires_capability(0x7f2e169feba8), requires_capability(0x7f2e15f2e048), requires_capability(0x7f2e12c6ccd8)]]
bool
IsSpent(COutPoint const& outpoint) const;
Return Value
true if the output is spent.
Parameters
Name |
Description |
outpoint |
The outpoint to check. |
Created with MrDocs