v1.2.4
Rewrite RPC module and add RPC functions to clients:
- Client and Multiclient now have all RPC functions available, including the ones that needs to send transactions. Clients will try to use connected nodes as RPC address first, and fallback to seed node if failed.
- Transaction related function now accepts transaction config as last param, which includes fee, nonce and attributes.