Report whether a destination has been marked as previously spent.

Synopsis

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;

Return Value

true if the destination was previously spent.

Parameters

Name

Description

dest

The destination to check.

Created with MrDocs