Documentation ¶
Index ¶
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 the status service.
func NewService ¶
func NewService( logger log.Logger, streamer p2p.Streamer, topology topologyDriver, beeMode string, reserve depthmonitor.ReserveReporter, sync depthmonitor.SyncReporter, radius postage.RadiusReporter, commitment postage.CommitmentGetter, ) *Service
NewService creates a new status service.
func (*Service) LocalSnapshot ¶
LocalSnapshot returns the current status snapshot of this node.
func (*Service) PeerSnapshot ¶ added in v1.15.0
PeerSnapshot sends request for status snapshot to the peer.
func (*Service) Protocol ¶
func (s *Service) Protocol() p2p.ProtocolSpec
Protocol returns the protocol specification.
Click to show internal directories.
Click to hide internal directories.