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 348f1562e2
commit bbfa0a3dcb
1 changed files with 5 additions and 0 deletions

View File

@ -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