batch_put

Function batch_put 

Source
pub async fn batch_put(
    __arg0: State<GatewayState>,
    __arg1: Json<BatchPutRequest>,
) -> Result<Json<BatchPutResponse>, StreamingError>
Expand description

Batch put endpoint

POST /v1/block/batch/put

Stores multiple blocks in a single request. Supports atomic transactions (all-or-nothing) and best-effort mode.