pub fn assert_is_request(request: &JsonRpcRequest)Expand description
Validates that a JSON-RPC request is a valid request (not notification).
A request has an id field.
ยงPanics
Panics if the request is a notification.
pub fn assert_is_request(request: &JsonRpcRequest)Validates that a JSON-RPC request is a valid request (not notification).
A request has an id field.
Panics if the request is a notification.