Returns the confirmed balance held at each of the wallet's addresses.
Declared in <wallet/receive.h>
std::map<CTxDestination, CAmount>
GetAddressBalances(CWallet const& wallet);
A map from address to its balance.
| Name | Description |
|---|---|
| wallet | The wallet to evaluate. |