Record whether a destination has been previously spent.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde061d8), requires_capability(0x7f95061a8f18), requires_capability(0x7f94f2b79a28), requires_capability(0x7f94f0cf86b8), requires_capability(0x7f94fee3b0a8)]]
bool
SetAddressPreviouslySpent(
WalletBatch& batch,
CTxDestination const& dest,
bool used);
true if the state was written.
| Name | Description |
|---|---|
| batch | The database batch to write through. |
| dest | The destination to update. |
| used | Whether the destination is marked as spent. |