wallet::CWallet::IsAddressPreviouslySpent

Report whether a destination has been marked as previously spent.

Synopsis

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;

Return Value

true if the destination was previously spent.

Parameters

NameDescription
destThe destination to check.