pub type JsonRpcBatchRequest = Vec<JsonRpcRequestOrNotification>;
Expand description
JSON-RPC batch request (2025-03-26 NEW)
Aliased Typeยง
pub struct JsonRpcBatchRequest { /* private fields */ }
pub type JsonRpcBatchRequest = Vec<JsonRpcRequestOrNotification>;
JSON-RPC batch request (2025-03-26 NEW)
pub struct JsonRpcBatchRequest { /* private fields */ }