Categorygithub.com/AnomalyFi/go-sequencing
modulepackage
0.0.3
Repository: https://github.com/anomalyfi/go-sequencing.git
Documentation: pkg.go.dev

# README

go-sequencing

go-sequencing defines a generic sequencing interface for modular blockchains

Sequencing Interface

Implementations

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Batch is a collection of transactions.

# Interfaces

BatchVerifier provides a method for verifying a batch of transactions received from the sequencer.
Sequencer is a generic interface for a rollup sequencer.
SequencerInput provides a method for submitting a transaction from rollup to sequencer.
SequencerOutput provides a method for getting the next batch of transactions from sequencer to rollup.

# Type aliases

RollupId is a unique identifier for a rollup chain.
Tx is a rollup transaction.