(type: NotificationType0<RO>)
| 90 | onRequest<R, E>(method: string | RPCMessageType, handler: GenericRequestHandler<R, E>): void; |
| 91 | |
| 92 | sendNotification<RO>(type: NotificationType0<RO>): void; |
| 93 | sendNotification<P, RO>(type: NotificationType<P, RO>, params?: P): void; |
| 94 | sendNotification(method: string): void; |
| 95 | sendNotification(method: string, params: any): void; |
no outgoing calls
no test coverage detected