pub async fn batch_has(
__arg0: State<GatewayState>,
__arg1: Json<BatchHasRequest>,
) -> Result<Json<BatchHasResponse>, StreamingError>Expand description
Batch has endpoint (optimized with parallel processing)
POST /v1/block/batch/has
Checks if multiple blocks exist in a single request. Uses parallel processing for high throughput.