Versions in this module Expand all Collapse all v0 v0.0.3 Jul 5, 2024 v0.0.2 Jun 10, 2024 Changes in this version + type SyncOption func(*Syncer) + func WithAdaptive(adaptive bool) SyncOption + func WithBenchmark(benchmark bool) SyncOption + func WithEpochFrom(epochFrom uint64) SyncOption + func WithEpochTo(epochTo uint64) SyncOption + func WithMaxDbRows(dbRows int) SyncOption + func WithMinBatchDbRows(dbRows int) SyncOption + func WithWorkers(workers []*worker) SyncOption + type Syncer struct + func MustNewSyncer(cfx sdk.ClientOperator, db store.StackOperable, opts ...SyncOption) *Syncer + func (s *Syncer) Close() + func (s *Syncer) Range() types.RangeUint64 + func (s *Syncer) Sync(ctx context.Context)