reth_primitives_traits::block

Module body

Source
Expand description

Block body abstraction.

Traits§

  • Abstraction for block’s body.
  • Helper trait that unifies all behaviour required by transaction to support full node operations.

Type Aliases§

  • This is a helper alias to make it easy to refer to the inner OmmerHeader associated type of a given type that implements BlockBody.
  • This is a helper alias to make it easy to refer to the inner Transaction associated type of a given type that implements BlockBody.