Type Alias JSONRPCBatchRequest

Source
pub type JSONRPCBatchRequest = Vec<JSONRPCBatchRequestItem>;
Expand description

A batch of JSON-RPC requests or notifications

Aliased Typeยง

struct JSONRPCBatchRequest { /* private fields */ }