wallet::WalletBatch::EraseAddressReceiveRequest

Erases a receive request associated with an address.

Synopsis

Declared in <wallet/walletdb.h>

bool
EraseAddressReceiveRequest(
    CTxDestination const& dest,
    std::string const& id);

Return Value

true if the record was erased.

Parameters

NameDescription
destThe address destination.
idThe identifier of the receive request to erase.