Type Alias JsonRpcBatchResponse

Source
pub type JsonRpcBatchResponse = Vec<JsonRpcResponseOrError>;
Expand description

JSON-RPC batch response (2025-03-26 NEW)

Aliased Type§

pub struct JsonRpcBatchResponse { /* private fields */ }