pub type JSONRPCBatchRequest = Vec<JSONRPCRequestOrNotification>;Expand description
A JSON-RPC batch request, as described in https://www.jsonrpc.org/specification#batch.
Aliased Typeยง
pub struct JSONRPCBatchRequest { /* private fields */ }pub type JSONRPCBatchRequest = Vec<JSONRPCRequestOrNotification>;A JSON-RPC batch request, as described in https://www.jsonrpc.org/specification#batch.
pub struct JSONRPCBatchRequest { /* private fields */ }