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>
Available on crate feature
node-api
only.Expand description
Get a body from the network based on header