Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitmentManager ¶
type CommitmentManager struct {
// contains filtered or unexported fields
}
CommitmentManager takes the new block commitments and submits them to L1
func NewCommitmentManager ¶
func NewCommitmentManager(vm *vm.VM) *CommitmentManager
func (*CommitmentManager) Run ¶
func (w *CommitmentManager) Run()
func (*CommitmentManager) SyncRequest ¶ added in v0.8.22
func (w *CommitmentManager) SyncRequest( maxBlocks *big.Int, seq *sequencer.Sequencer, client *ethclient.Client, ) error
you must hold [w.l] when calling this function
Click to show internal directories.
Click to hide internal directories.