Versions in this module Expand all Collapse all v1 v1.0.0 Jun 26, 2019 Changes in this version + func Encode(val interface{}) ([]byte, error) + func PrepareCommittedSeal(hash common.Hash) []byte + type Engine interface + Start func() error + Stop func() error + func New(backend istanbul.Backend, config *istanbul.Config) Engine + type State uint64 + const StateAcceptRequest + const StateCommitted + const StatePrepared + const StatePreprepared + func (s State) Cmp(y State) int + func (s State) String() string