Versions in this module Expand all Collapse all v1 v1.0.0 Apr 25, 2019 Changes in this version + type Service struct + func New(url string, ethServ *eth.Ethereum, lesServ *les.LightEthereum) (*Service, error) + func (s *Service) APIs() []rpc.API + func (s *Service) Protocols() []p2p.Protocol + func (s *Service) Start(server *p2p.Server) error + func (s *Service) Stop() error