notify
Send a fire-and-forget JSON-RPC notification to the RELAY server. No response is awaited. The call no-ops when the socket is closed.
Production code should almost always use execute() instead, which
sends a request and checks the response. notify() is a low-level escape hatch
for cases where no response is expected.
Parameters
method
The JSON-RPC method name.
params
Parameters for the notification.
Returns
void — fire-and-forget; no response is awaited.