Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine interface {
// Start starts the engine
Start(context.Context, uint32) error
// Stop stops the engine
Stop(context.Context) error
// HealthCheck performs health check
HealthCheck(context.Context) (interface{}, error)
// IsBootstrapped checks if bootstrapped
IsBootstrapped() bool
}
Engine defines the consensus engine interface
Click to show internal directories.
Click to hide internal directories.