# Functions
NewL1DataRetriever creates a new object.
NewL1ParallelEthermanInterfaceMock creates a new instance of L1ParallelEthermanInterfaceMock.
NewL1RollupInfoConsumer creates a new l1RollupInfoConsumer.
NewL1SyncOrchestration create a new L1 sync orchestration object.
# Structs
ConfigConsumer configuration for L1 sync parallel consumer.
ConfigProducer : configuration for producer.
L1ParallelEthermanInterfaceMock is an autogenerated mock type for the L1ParallelEthermanInterface type.
L1ParallelEthermanInterfaceMock_EthBlockByNumber_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EthBlockByNumber'.
No description provided by the author
L1ParallelEthermanInterfaceMock_GetLatestBatchNumber_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLatestBatchNumber'.
L1ParallelEthermanInterfaceMock_GetLatestVerifiedBatchNum_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLatestVerifiedBatchNum'.
L1ParallelEthermanInterfaceMock_GetRollupInfoByBlockRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRollupInfoByBlockRange'.
L1ParallelEthermanInterfaceMock_GetTrustedSequencerURL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTrustedSequencerURL'.
L1ParallelEthermanInterfaceMock_HeaderByNumber_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeaderByNumber'.
L1ParallelEthermanInterfaceMock_VerifyGenBlockNumber_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VerifyGenBlockNumber'.
L1RollupInfoProducer is the object that retrieves data from L1.
L1SyncMessage : struct to hold L1 rollup info data package It could contain data or control information, or both.
L1SyncOrchestration is the object that coordinates the producer and the consumer process.
# Interfaces
L1ParallelEthermanInterface is an interface for the etherman package.