wallet::CWallet::EraseAddressReceiveRequest

Erase a stored receive request for a destination.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f94fde06418), requires_capability(0x7f95061a9158), requires_capability(0x7f94f2b79c68), requires_capability(0x7f94f0cf88f8), requires_capability(0x7f94fee3b2e8)]]
bool
EraseAddressReceiveRequest(
    WalletBatch& batch,
    CTxDestination const& dest,
    std::string const& id);

Return Value

true if the request was erased.

Parameters

NameDescription
batchThe database batch to write through.
destThe destination the request belongs to.
idThe identifier of the receive request to erase.