@@ -27,6 +27,11 @@ var (
}, ",")
)
+const (
+ // List with all API's which are offered over the IPC interface by default
+ DefaultIpcApis = "eth"
+)
+
// Ethereum RPC API interface
type EthereumApi interface {
// API identifier