Report whether a destination has been marked as previously spent.

Synopsis

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;

Return Value

true if the destination was previously spent.

Parameters

Name

Description

dest

The destination to check.

Created with MrDocs