added API/IPC commandline flags
This commit is contained in:
committed by
Bas van Kervel
parent
8ebf2d8fad
commit
2a0d888326
@ -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
|
||||
|
Reference in New Issue
Block a user