Commit Graph

3 Commits

Author SHA1 Message Date
Ivan Daniluk 953bd6f675
Update README.md 2018-05-23 22:10:20 +03: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
Adrià Cidre e89a233215
Starter docs 2018-05-16 10:13:35 +02:00