wallet::CWallet::DelAddressBookWithDB

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

NameDescription
batchThe database batch to write through.
addressThe destination to remove.