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
Name |
Description |
dest |
The address destination whose data to erase. |
Created with MrDocs