Documentation ¶
Index ¶
- type IEtherman
- type L1Syncer
- func (s *L1Syncer) GetLastCheckedL1Block() uint64
- func (s *L1Syncer) GetProgressMessageChan() chan string
- func (s *L1Syncer) GetSequencesChan() chan types.L1BatchInfo
- func (s *L1Syncer) GetVerificationsChan() chan types.L1BatchInfo
- func (s *L1Syncer) IsDownloading() bool
- func (s *L1Syncer) IsSyncStarted() bool
- func (s *L1Syncer) Run(lastCheckedBlock uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type L1Syncer ¶
type L1Syncer struct {
// contains filtered or unexported fields
}
func NewL1Syncer ¶
func (*L1Syncer) GetLastCheckedL1Block ¶
func (*L1Syncer) GetProgressMessageChan ¶
func (*L1Syncer) GetSequencesChan ¶
func (s *L1Syncer) GetSequencesChan() chan types.L1BatchInfo
func (*L1Syncer) GetVerificationsChan ¶
func (s *L1Syncer) GetVerificationsChan() chan types.L1BatchInfo
Channels
func (*L1Syncer) IsDownloading ¶
func (*L1Syncer) IsSyncStarted ¶
Click to show internal directories.
Click to hide internal directories.