7 load_eth_address, get_eth_network, open_web3_from_network
9 from click
import command, option, pass_context
10 from typing
import Optional, Any
16 help=f
"Address or address filename (default: {ETH_ADDRESS_DEFAULT})")
21 help=
"Display in Wei instead of Ether")
25 Command to get the balance of specific addresses. Support multiple queries
26 per invocation (outputs one per line), for efficiency.
30 balance_wei = web3.eth.getBalance(eth_addr)