Type alias JsonRpcNotification<Params>

JsonRpcNotification<Params>: InferWithParams<typeof JsonRpcNotificationStruct, Params>

A JSON-RPC notification object.

Type Parameters