Versions in this module Expand all Collapse all v0 v0.1.0 Sep 26, 2024 Changes in this version + type BasedSequencer struct + func NewSequencer(da da.DA) *BasedSequencer + func (b *BasedSequencer) GetNextBatch(ctx context.Context, lastBatchHash sequencing.Hash) (*sequencing.Batch, time.Time, error) + func (b *BasedSequencer) SubmitRollupTransaction(ctx context.Context, rollupId sequencing.RollupId, tx sequencing.Tx) error + func (b *BasedSequencer) VerifyBatch(ctx context.Context, batchHash sequencing.Hash) (bool, error)