[#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(0x7f2e1e5988f8), requires_capability(0x7f2e11aa96b8), requires_capability(0x7f2e169ff4a8), requires_capability(0x7f2e15f2e948), requires_capability(0x7f2e12c6d5d8)]] 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]#