Function bitcoin_cli::get_wallet_balances
source · pub fn get_wallet_balances(result: &mut UniValue)Expand description
| GetWalletBalances calls listwallets;
| if more than one wallet is loaded, it
| then fetches mine.trusted balances
| for each loaded wallet and pushes them
| to result.
|
| ———–
| @param result
|
| Reference to UniValue object the wallet
| names and balances are pushed to.
|