Records whether an address has previously been spent from.
Declared in <wallet/walletdb.h>
bool
WriteAddressPreviouslySpent(
CTxDestination const& dest,
bool previously_spent);
true if the record was written.
| Name | Description |
|---|---|
| dest | The address destination. |
| previously_spent | Whether the address has been spent from. |