Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InteropBackend ¶ added in v1.9.3
type InteropDeriver ¶ added in v1.9.3
type InteropDeriver struct {
// contains filtered or unexported fields
}
InteropDeriver watches for update events (either real changes to block safety, or updates published upon request), checks if there is some local data to cross-verify, and then checks with the interop-backend, to try to promote to cross-verified safety.
func NewInteropDeriver ¶ added in v1.9.3
func NewInteropDeriver(log log.Logger, cfg *rollup.Config, driverCtx context.Context, backend InteropBackend, l2 L2Source) *InteropDeriver
func (*InteropDeriver) AttachEmitter ¶ added in v1.9.3
func (d *InteropDeriver) AttachEmitter(em event.Emitter)
Click to show internal directories.
Click to hide internal directories.