Remove a destination from the address book within a database batch.
Synopsis
Declared in <wallet/wallet.h>
bool
DelAddressBookWithDB(
WalletBatch& batch,
CTxDestination const& address);
Return Value
true if the entry was removed.
Parameters
Name |
Description |
batch |
The database batch to write through. |
address |
The destination to remove. |
Created with MrDocs