Function cardano_chain_follower::follow::read_block_from_network

source ยท
async fn read_block_from_network(
    blockfetch_client: &mut PeerClient,
    point: Point,
) -> Result<MultiEraBlockData>
Expand description

Reads a block from the network using the N2N client.