Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // current validator set. ErrAddressUnauthorized = errors.New("unauthorized address") // ErrEngineStopped is returned if the engine is stopped ErrEngineStopped = errors.New("stopped engine") // ErrEngineStarted is returned if the engine is already started ErrEngineStarted = errors.New("started engine") )
Functions ¶
func PrepareCommittedSeal ¶
PrepareCommittedSeal returns a committed seal for the given hash
Types ¶
type Engine ¶
Click to show internal directories.
Click to hide internal directories.