Function get_single_body

Source
pub async fn get_single_body<B, Client>(
    client: Client,
    header: SealedHeader<B::Header>,
    consensus: impl Consensus<B, Error = ConsensusError>,
) -> Result<SealedBlock<B>>
where B: Block, Client: BodiesClient<Body = B::Body>,
Expand description

Get a body from the network based on header