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
Get a body from the network based on header