added API/IPC commandline flags

This commit is contained in:
Bas van Kervel
2015-06-08 11:01:02 +02:00
committed by Bas van Kervel
parent 8ebf2d8fad
commit 2a0d888326
4 changed files with 50 additions and 0 deletions

View File

@ -2,6 +2,11 @@ package api
import "github.com/ethereum/go-ethereum/rpc/shared"
const (
// List with all API's which are offered over the IPC interface by default
DefaultIpcApis = "eth"
)
// Ethereum RPC API interface
type EthereumApi interface {
// Execute the given request and returns the response or an error