Erase a stored receive request for a destination.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe778), requires_capability(0x7fbc81b78138), requires_capability(0x7fbc7e015fb8), requires_capability(0x7fbc7e245468), requires_capability(0x7fbc8e7160a8)]]
bool
EraseAddressReceiveRequest(
WalletBatch& batch,
CTxDestination const& dest,
std::string const& id);
Return Value
true if the request was erased.
Parameters
Name |
Description |
batch |
The database batch to write through. |
dest |
The destination the request belongs to. |
id |
The identifier of the receive request to erase. |
Created with MrDocs