state_synchronization

package
v0.31.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: AGPL-3.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutionDataRequester added in v0.26.2

type ExecutionDataRequester interface {
	component.Component

	// OnBlockFinalized accepts block finalization notifications from the FollowerDistributor
	OnBlockFinalized(*model.Block)

	// AddOnExecutionDataReceivedConsumer adds a callback to be called when a new ExecutionData is received
	AddOnExecutionDataReceivedConsumer(OnExecutionDataReceivedConsumer)

	// HighestConsecutiveHeight returns the highest consecutive block height for which ExecutionData
	// has been received.
	// This method must only be called after the component is Ready. If it is called early, an error is returned.
	HighestConsecutiveHeight() (uint64, error)
}

ExecutionDataRequester is a component that syncs ExecutionData from the network, and exposes a callback that is called when a new ExecutionData is received

type OnExecutionDataReceivedConsumer added in v0.30.2

type OnExecutionDataReceivedConsumer func(*execution_data.BlockExecutionDataEntity)

OnExecutionDataReceivedConsumer is a callback that is called ExecutionData is received for a new block

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL