Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClaimNotValid = errors.New("invalid claim")
Functions ¶
This section is empty.
Types ¶
type Derivation ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) SafeHead ¶
func (d *Driver) SafeHead() eth.L2BlockRef
type EngineState ¶ added in v1.5.0
type EngineState interface {
SafeL2Head() eth.L2BlockRef
}
type NoopFinalizer ¶ added in v1.7.7
type NoopFinalizer struct{}
func (NoopFinalizer) OnDerivationL1End ¶ added in v1.7.7
func (n NoopFinalizer) OnDerivationL1End(ctx context.Context, derivedFrom eth.L1BlockRef) error
func (NoopFinalizer) PostProcessSafeL2 ¶ added in v1.7.7
func (n NoopFinalizer) PostProcessSafeL2(l2Safe eth.L2BlockRef, derivedFrom eth.L1BlockRef)
func (NoopFinalizer) Reset ¶ added in v1.7.7
func (n NoopFinalizer) Reset()
Click to show internal directories.
Click to hide internal directories.