Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrepareCommittedSeal ¶
PrepareCommittedSeal returns a committed seal for the given hash
Types ¶
type Engine ¶
type Engine interface {
Start() error
Stop() error
IsProposer() bool
// verify if a hash is the same as the proposed block in the current pending request
//
// this is useful when the engine is currently the proposer
//
// pending request is populated right at the preprepare stage so this would give us the earliest verification
// to avoid any race condition of coming propagated blocks
IsCurrentProposal(blockHash common.Hash) bool
}
Click to show internal directories.
Click to hide internal directories.