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