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