Groups addresses that are believed to share a common owner.
Declared in <wallet/receive.h>
[[requires_capability(0x7f2e11b01650)]]
std::set<std::set<CTxDestination>>
GetAddressGroupings(CWallet const& wallet);
Sets of addresses inferred to belong together.
| Name | Description |
|---|---|
| wallet | The wallet to evaluate. |