Writes a receive request associated with an address.
Declared in <wallet/walletdb.h>
bool
WriteAddressReceiveRequest(
CTxDestination const& dest,
std::string const& id,
std::string const& receive_request);
true if the record was written.
| Name | Description |
|---|---|
| dest | The address destination. |
| id | The identifier of the receive request. |
| receive_request | The receive request payload to store. |