wallet::WalletBatch::EraseAddressData

Erases all destination data for an address.

Synopsis

Declared in <wallet/walletdb.h>

bool
EraseAddressData(CTxDestination const& dest);

Return Value

true if the records were erased.

Parameters

NameDescription
destThe address destination whose data to erase.