Documentation ¶
Index ¶
- type Service
- func (s *Service) APIs() []rpc.API
- func (s *Service) Init()
- func (s *Service) NotifyService(params map[string]interface{})
- func (s *Service) Run(stopChan chan struct{}, stoppedChan chan struct{})
- func (s *Service) SetMessageChan(messageChan chan *msg_pb.Message)
- func (s *Service) StartService()
- func (s *Service) StopService()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a block proposal service.
func New ¶
func New(readySignal chan struct{}, waitForConsensusReady func(readySignal chan struct{}, stopChan chan struct{}, stoppedChan chan struct{})) *Service
New returns a block proposal service.
func (*Service) NotifyService ¶
NotifyService notify service
func (*Service) Run ¶
func (s *Service) Run(stopChan chan struct{}, stoppedChan chan struct{})
Run runs block proposal.
func (*Service) SetMessageChan ¶
SetMessageChan sets up message channel to service.
func (*Service) StartService ¶
func (s *Service) StartService()
StartService starts block proposal service.
func (*Service) StopService ¶
func (s *Service) StopService()
StopService stops block proposal service.
Click to show internal directories.
Click to hide internal directories.