Report whether an output is spent by any known transaction.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfce08), requires_capability(0x7fbc81b767c8), requires_capability(0x7fbc7e014648), requires_capability(0x7fbc7e243af8), requires_capability(0x7fbc8e714738)]]
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