Versions in this module Expand all Collapse all v0 v0.2.0 Feb 7, 2024 Changes in this version + type ClientSynchronizer struct + func (s *ClientSynchronizer) Stop() + func (s *ClientSynchronizer) Sync() error + type Config struct + SyncChunkSize uint64 + SyncInterval types.Duration + type Synchronizer interface + Stop func() + Sync func() error + func NewSynchronizer(storage interface{}, bridge bridgectrlInterface, ethMan ethermanInterface, ...) (Synchronizer, error)