pub type JsonRpcBatchResponse = Vec<JsonRpcResponse>;
Expand description
Batch response type alias for compatibility
Aliased Typeยง
pub struct JsonRpcBatchResponse { /* private fields */ }
pub type JsonRpcBatchResponse = Vec<JsonRpcResponse>;
Batch response type alias for compatibility
pub struct JsonRpcBatchResponse { /* private fields */ }