Function cardano_chain_follower::follow::read_block_range_from_network
source ยท async fn read_block_range_from_network(
blockfetch_client: &mut PeerClient,
from: Point,
to: Point,
) -> Result<Vec<MultiEraBlockData>>
Expand description
Reads a range of blocks from the network using the N2N client.