Report whether a destination has been marked as previously spent.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde06118), requires_capability(0x7f95061a8e58), requires_capability(0x7f94f2b79968), requires_capability(0x7f94f0cf85f8), requires_capability(0x7f94fee3afe8)]]
bool
IsAddressPreviouslySpent(CTxDestination const& dest) const;
true if the destination was previously spent.
| Name | Description |
|---|---|
| dest | The destination to check. |