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