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