Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + type SyncTrustedBatchesAction struct + TrustedState TrustedState + func NewSyncTrustedStateExecutor(zkEVMClient zkEVMClientInterface, state syncTrustedBatchesStateInterface, ...) *SyncTrustedBatchesAction + func (s *SyncTrustedBatchesAction) CleanTrustedState() + func (s *SyncTrustedBatchesAction) GetCachedBatch(batchNumber uint64) *state.Batch + func (s *SyncTrustedBatchesAction) SyncTrustedState(ctx context.Context, latestSyncedBatch uint64, ...) error + type TrustedState struct + LastStateRoot *common.Hash + LastTrustedBatches []*state.Batch