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
# 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.