Records whether an address has previously been spent from.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteAddressPreviouslySpent(
    CTxDestination const& dest,
    bool previously_spent);

Return Value

true if the record was written.

Parameters

Name

Description

dest

The address destination.

previously_spent

Whether the address has been spent from.

Created with MrDocs