Module body
reth
1.3.1
Module body
Module Items
Traits
Type Aliases
In reth::
core::
primitives::
block
Modules
body
error
header
serde_bincode_compat
Structs
RecoveredBlock
SealedBlock
Traits
Block
FullBlock
TestBlock
Type Aliases
BlockTx
reth
::
core
::
primitives
::
block
Module
body
Copy item path
Settings
Help
Summary
Expand description
Block body abstraction.
Traits
§
Block
Body
Abstraction for block’s body.
Full
Block
Body
Helper trait that unifies all behaviour required by transaction to support full node operations.
Type Aliases
§
Body
Ommer
This is a helper alias to make it easy to refer to the inner
OmmerHeader
associated type of a given type that implements
BlockBody
.
BodyTx
This is a helper alias to make it easy to refer to the inner
Transaction
associated type of a given type that implements
BlockBody
.