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) AcceptBlock ¶
func (w *CommitmentManager) AcceptBlock(blk *chain.StatelessBlock) error
func (*CommitmentManager) Done ¶
func (w *CommitmentManager) Done()
func (*CommitmentManager) Run ¶
func (w *CommitmentManager) Run()
Click to show internal directories.
Click to hide internal directories.