sync

package
v0.9.6 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2020 License: AGPL-3.0 Imports: 5 Imported by: 0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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