Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
Periodically gets the current network height from warp's GW and confirms bundle is FINALIZED
func NewChecker ¶
Receives bundles that can be checked in bundlr
func (*Checker) WithInputChannel ¶
func (*Checker) WithMonitor ¶
func (self *Checker) WithMonitor(monitor monitoring.Monitor) *Checker
type Controller ¶
func NewController ¶
func NewController(config *config.Config) (self *Controller, err error)
Main class that orchestrates everything
type Generator ¶
Periodically gets the current network height from warp's GW and confirms bundle is FINALIZED
func NewGenerator ¶
For every network height, fetches unfinished bundles
func (*Generator) WithMonitor ¶
func (self *Generator) WithMonitor(monitor monitoring.Monitor) *Generator
type Sender ¶
type Sender struct { *task.Task // Finalized interactions Output chan *Payload // contains filtered or unexported fields }
Sends data item to sequencer
func (*Sender) WithInputChannel ¶
func (*Sender) WithMonitor ¶
func (self *Sender) WithMonitor(monitor monitoring.Monitor) *Sender
Click to show internal directories.
Click to hide internal directories.