 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Config
- type Sequencer
- func (n *Sequencer) Active() bool
- func (n *Sequencer) BuildJob() work.BuildJob
- func (n *Sequencer) Close() error
- func (n *Sequencer) Commit(ctx context.Context) error
- func (n *Sequencer) ID() seqtypes.SequencerID
- func (n *Sequencer) New(ctx context.Context, opts seqtypes.BuildOpts) error
- func (n *Sequencer) Next(ctx context.Context) error
- func (n *Sequencer) Open(ctx context.Context) error
- func (n *Sequencer) Prebuilt(ctx context.Context, block work.Block) error
- func (n *Sequencer) Publish(ctx context.Context) error
- func (n *Sequencer) Seal(ctx context.Context) error
- func (n *Sequencer) Sign(ctx context.Context) error
- func (n *Sequencer) Start(ctx context.Context, head common.Hash) error
- func (n *Sequencer) Stop(ctx context.Context) (last common.Hash, err error)
- func (n *Sequencer) String() string
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sequencer ¶
type Sequencer struct {
	// contains filtered or unexported fields
}
    func NewSequencer ¶
func NewSequencer(id seqtypes.SequencerID, log log.Logger) *Sequencer
func (*Sequencer) ID ¶
func (n *Sequencer) ID() seqtypes.SequencerID
 Click to show internal directories. 
   Click to hide internal directories.