Whether coins with this address have previously been spent. Set when the the wallet avoid_reuse option is enabled and this is an IsMine address that has already received funds and spent them. This is used during coin selection to increase privacy by not creating different transactions that spend from the same addresses.
Synopsis
Declared in <wallet/wallet.h>
bool previously_spent = {false};
Created with MrDocs