[#wallet-CWallet-LoadAddressReceiveRequest] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::LoadAddressReceiveRequest :relfileprefix: ../../ :mrdocs: Appends payment request to destination. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde053a8), requires_capability(0x7f95061a80e8), requires_capability(0x7f94f2b78bf8), requires_capability(0x7f94f0cf7888), requires_capability(0x7f94fee3a278)]] void LoadAddressReceiveRequest( xref:CTxDestination.adoc[CTxDestination] const& dest, std::string const& id, std::string const& request); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The destination the receive request belongs to. | *id* | The identifier of the receive request. | *request* | The serialized receive request data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#