Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
Syncer responsible for letting the L2 execution engine catching up with protocol's latest pending block through deriving L1 calldata.
func NewSyncer ¶
func NewSyncer( ctx context.Context, rpc *rpc.Client, state *state.State, progressTracker *progressTracker.BeaconSyncProgressTracker, throwawayBlocksBuilderPrivKey *ecdsa.PrivateKey, ) (*Syncer, error)
NewSyncer creates a new syncer instance.
Click to show internal directories.
Click to hide internal directories.