Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ethereum: Welcome to the Beginning
by
mbmagnat
on 03/09/2018, 14:15:58 UTC
Hello  guys. Maybe you can help me
I need function that returns total sum of all account balances. There is good example https://github.com/ethereum/go-ethereum/wiki/Managing-your-accounts but i don't understand how to call this function from RPC? I tried use --preload, but it's only allow me call my function from console, but i need to call it from RPC. Is this possible? What i need to do?