Store or update a receive request for a destination.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfe6b8), requires_capability(0x7fbc81b78078), requires_capability(0x7fbc7e015ef8), requires_capability(0x7fbc7e2453a8), requires_capability(0x7fbc8e715fe8)]]
bool
SetAddressReceiveRequest(
WalletBatch& batch,
CTxDestination const& dest,
std::string const& id,
std::string const& value);
Return Value
true if the request was written.
Parameters
Name |
Description |
batch |
The database batch to write through. |
dest |
The destination the request belongs to. |
id |
The identifier of the receive request. |
value |
The serialized receive request data. |
Created with MrDocs