2
0
mirror of synced 2025-02-20 17:48:08 +00:00
Sebastian Delgado e34c7a755f
Normalize RPCClient Call method
RPCClient interface now has the same structure as go-ethereum/rpc, so we can directly use rpc.Client as parameter to SDK constructor.
Given this, we can remove the remoteClient struct and the sdk.call method which standardizes the 'client.Call' interface to simply using sdk.RPCClient.Call every time
2018-05-16 13:07:42 -05:00
..
2018-05-16 13:07:42 -05:00
2018-05-16 13:07:42 -05:00
2018-05-16 13:07:42 -05:00