pub fn fetch_block_payload(
blob_storage: Arc<BlobStorage>,
process_id: Uuid,
stream_id: Uuid,
block_id: Uuid,
) -> impl Future<Output = Result<BlockPayload, Error>>Expand description
Fetches the payload of a block from blob storage.