Returns a dictionary in the form of a JSON-RPC notification. Notifications are one-shot messages which do not expect a response. - method: Name of the method being called. - params: An array or dictionary of parameters being passed to the method.
See Implementation
Returns a dictionary in the form of a JSON-RPC notification. Notifications are one-shot messages which do not expect a response. - method: Name of the method being called. - params: An array or dictionary of parameters being passed to the method.