diff --git a/rpc/api/api.go b/rpc/api/api.go index e431e5c1ef87fb4080c4400ae518fb0a92eebae6..f62e4877209334e44af65ac40860e50df75df37e 100644 --- a/rpc/api/api.go +++ b/rpc/api/api.go @@ -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