pub async fn get_single_body<B, Client>(
client: Client,
header: SealedHeader<B::Header>,
consensus: impl Consensus<B, Error = ConsensusError>,
) -> Result<SealedBlock<B>>
Expand description
Get a body from the network based on header
pub async fn get_single_body<B, Client>(
client: Client,
header: SealedHeader<B::Header>,
consensus: impl Consensus<B, Error = ConsensusError>,
) -> Result<SealedBlock<B>>
Get a body from the network based on header