Expand description
Standalone crate for Reth configuration traits and builder types.
Structs§
- A
NodeTypes
type builder. - A
NodeTypesWithEngine
type builder. - An adapter type combining
NodeTypes
and db intoNodeTypesWithDB
.
Traits§
- Abstraction of block data type.
- Abstraction for block’s body.
- Helper trait that unifies all behaviour required by block to support full node operations.
- Helper trait that sets trait bounds on
NodePrimitives
. - Helper trait that unifies all behaviour required by receipt to support full node operations.
- Helper trait that unifies all behaviour required by block to support full node operations.
- Configures all the primitive types of the node.
- The type that configures the essential types of an Ethereum-like node.
- A helper trait that is downstream of the
NodeTypesWithEngine
trait and adds database to the node. - The type that configures an Ethereum-like node with an engine for consensus.
Type Aliases§
- Helper adapter type for accessing
NodePrimitives::Block
onNodeTypes
. - Helper adapter type for accessing
NodePrimitives::BlockBody
onNodeTypes
. - Helper adapter type for accessing
NodePrimitives::BlockHeader
onNodeTypes
. - Helper adapter type for accessing
NodePrimitives::Receipt
onNodeTypes
. - Helper adapter type for accessing
NodePrimitives::SignedTx
onNodeTypes
.