[#wallet-CWallet-SetAddressReceiveRequest] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::SetAddressReceiveRequest :relfileprefix: ../../ :mrdocs: Store or update a receive request for a destination. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e5998a8), requires_capability(0x7f2e11aaa668), requires_capability(0x7f2e16a00458), requires_capability(0x7f2e15f2f8f8), requires_capability(0x7f2e12c6e588)]] bool SetAddressReceiveRequest( xref:wallet/WalletBatch.adoc[WalletBatch]& batch, xref:CTxDestination.adoc[CTxDestination] const& dest, std::string const& id, std::string const& value); ---- == Return Value true if the request was written. == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#