Function get_single_body

Source
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>
where B: Block, Client: BodiesClient<Body = <B as Block>::Body>,
Expand description

Get a body from the network based on header