pub type JSONRPCBatchRequest = Vec<JSONRPCBatchRequestItem>;
Expand description
A batch of JSON-RPC requests or notifications
Aliased Typeยง
struct JSONRPCBatchRequest { /* private fields */ }
pub type JSONRPCBatchRequest = Vec<JSONRPCBatchRequestItem>;
A batch of JSON-RPC requests or notifications
struct JSONRPCBatchRequest { /* private fields */ }