restructured eth rpc API
This commit is contained in:
committed by
Bas van Kervel
parent
7e41d7ac51
commit
348f1562e2
@ -32,6 +32,9 @@ type EthereumApi interface {
|
||||
// API identifier
|
||||
Name() string
|
||||
|
||||
// API version
|
||||
ApiVersion() string
|
||||
|
||||
// Execute the given request and returns the response or an error
|
||||
Execute(*shared.Request) (interface{}, error)
|
||||
|
||||
|
Reference in New Issue
Block a user