Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockCollector ¶
type BlockCollector interface { AddBlock(block *cltypes.BeaconBlock) error Flush(ctx context.Context) error }
func NewBlockCollector ¶
func NewBlockCollector(logger log.Logger, engine execution_client.ExecutionEngine, beaconChainCfg *clparams.BeaconChainConfig, syncBackLoopAmount uint64, tmpdir string) BlockCollector
NewBlockCollector creates a new block collector
Click to show internal directories.
Click to hide internal directories.