Post
Topic
Board Altcoin Discussion
Topic OP
ETH - Custom javascript function from RPC
by
mbmagnat
on 03/09/2018, 14:25:11 UTC
Hello  guys. Maybe somebody 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?