提交 bbfa0a3d 编写于 作者: B Bas van Kervel 提交者: Bas van Kervel

added API/IPC commandline flags

上级 348f1562
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册