Commit bbfa0a3d authored by Bas van Kervel's avatar Bas van Kervel Committed by Bas van Kervel

added API/IPC commandline flags

parent 348f1562
...@@ -27,6 +27,11 @@ var ( ...@@ -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 // Ethereum RPC API interface
type EthereumApi interface { type EthereumApi interface {
// API identifier // API identifier
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment