[#wallet-CWallet-GetAddressReceiveRequests] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetAddressReceiveRequests :relfileprefix: ../../ :mrdocs: Return the identifiers of all stored receive requests. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde06298), requires_capability(0x7f95061a8fd8), requires_capability(0x7f94f2b79ae8), requires_capability(0x7f94f0cf8778), requires_capability(0x7f94fee3b168)]] std::vector<std::string> GetAddressReceiveRequests() const; ---- == Return Value The receive request identifiers. [.small]#Created with https://www.mrdocs.com[MrDocs]#