Skip to main content

JSONRPCBatchRequest

Type Alias JSONRPCBatchRequest 

Source
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 */ }