Available on crate feature
consensus only.Expand description
Re-exported consensus types
Modules§
- noop
- A consensus implementation that does nothing. A consensus implementation that does nothing.
- test_
utils - test helpers for mocking consensus
- validation
- Consensus rule checks.
Structs§
- Header
Consensus Error HeaderConsensusErrorcombines aConsensusErrorwith theSealedHeaderit relates to.- TxGas
Limit TooHigh Err - EIP-7825: Transaction gas limit exceeds maximum allowed
Enums§
- Consensus
Error - Consensus Errors
Traits§
- Consensus
- Consensus is a protocol that chooses canonical chain.
- Full
Consensus Consensusimplementation which knows full node primitives and is able to validation block’s execution outcome.- Header
Validator HeaderValidatoris a protocol that validates headers and their relationships.