Documentation ¶ Index ¶ type API func NewAPI(s *Service) *API func (api *API) CallRPC(inputJSON string) (string, error) type Service func NewService(rpcClient *rpc.Client, connectorSrvc *Service) *Service func (s *Service) APIs() []gethrpc.API func (s *Service) Protocols() []p2p.Protocol func (s *Service) Start() error func (s *Service) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type API ¶ type API struct { // contains filtered or unexported fields } func NewAPI ¶ func NewAPI(s *Service) *API func (*API) CallRPC ¶ func (api *API) CallRPC(inputJSON string) (string, error) type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(rpcClient *rpc.Client, connectorSrvc *Service) *Service func (*Service) APIs ¶ func (s *Service) APIs() []gethrpc.API func (*Service) Protocols ¶ func (s *Service) Protocols() []p2p.Protocol func (*Service) Start ¶ func (s *Service) Start() error func (*Service) Stop ¶ func (s *Service) Stop() error Source Files ¶ View all Source files api.go service.go Click to show internal directories. Click to hide internal directories.