[#wallet-GetAddressGroupings] = xref:wallet.adoc[wallet]::GetAddressGroupings :relfileprefix: ../ :mrdocs: Groups addresses that are believed to share a common owner. == Synopsis Declared in `<wallet/receive.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e11b01650)]] std::set<std::set<CTxDestination>> GetAddressGroupings(xref:wallet/CWallet.adoc[CWallet] const& wallet); ---- == Return Value Sets of addresses inferred to belong together. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet to evaluate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#