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