Expand description
Re-exported from reth_consensus
.
Modules§
- noop
- A consensus implementation that does nothing.
- test_
utils - test helpers for mocking consensus
Structs§
- Header
Consensus Error HeaderConsensusError
combines aConsensusError
with theSealedHeader
it relates to.
Enums§
- Consensus
Error - Consensus Errors
Traits§
- Consensus
- Consensus is a protocol that chooses canonical chain.
- Full
Consensus Consensus
implementation which knows full node primitives and is able to validation block’s execution outcome.- Header
Validator - HeaderValidator is a protocol that validates headers and their relationships.