Module batch

Module batch 

Source
Expand description

Batch request handling for JSON-RPC 2.0.

This module provides support for processing multiple JSON-RPC requests in a single batch, as per the JSON-RPC 2.0 specification.

Enums§

BatchRequest
A batch of JSON-RPC requests.
BatchResponse
A batch of JSON-RPC responses.

Functions§

process_batch_request
Process a batch of requests.