Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateSynchronizer ¶
type StateSynchronizer interface { //PersistDelta(blockID flow.Identifier, set flow.RegisterDelta) error DeltaRange( ctx context.Context, startID, endID flow.Identifier, onDelta func(delta *messages.ExecutionStateDelta) error, ) error }
func NewStateSynchronizer ¶
func NewStateSynchronizer( state state.ReadOnlyExecutionState, ) StateSynchronizer
Click to show internal directories.
Click to hide internal directories.