Crate reth_node_types

Source
Expand description

Standalone crate for Reth configuration traits and builder types.

Structs§

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§