Module ethcore::engines
[−]
[src]
Consensus engine specification and basic implementations.
Structs
AuthorityRound |
Engine using |
BasicAuthority |
Engine using |
InstantSeal |
An engine which does not provide any consensus mechanism, just seals blocks internally. |
NullEngine |
An engine which does not provide any consensus mechanism and does not seal blocks. |
Tendermint |
Engine using |
Enums
EngineError |
Voting errors. |
Seal |
Seal type. |
Traits
Engine |
A consensus mechanism for the chain. Generally either proof-of-work or proof-of-stake-based. Provides hooks into each of the major parts of block import. |