Function get_single_body
pub async fn get_single_body<B, Client>(
client: Client,
header: SealedHeader<<B as Block>::Header>,
consensus: impl Consensus<B, Error = ConsensusError>,
) -> Result<SealedBlock<B>, Report>
Expand description
Re-exported from reth_node_core
, also to prevent a breaking change. See the comment
on the reth_node_core::args
re-export for more details.
Get a body from the network based on header