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