pub async fn batch_get(
__arg0: State<GatewayState>,
__arg1: Json<BatchGetRequest>,
) -> Result<Json<BatchGetResponse>, StreamingError>Expand description
Batch get endpoint (optimized with parallel processing)
POST /v1/block/batch/get
Retrieves multiple blocks in a single request. Uses parallel processing for high throughput.