Report whether a destination has been marked as previously spent.
Synopsis
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;
Return Value
true if the destination was previously spent.
Parameters
Name |
Description |
dest |
The destination to check. |
Created with MrDocs