good morning!!!!

Skip to content
Snippets Groups Projects
Commit bbfa0a3d authored by Bas van Kervel's avatar Bas van Kervel
Browse files

added API/IPC commandline flags

parent 348f1562
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment