| Classes | |
|---|---|
| Error | The error object in a |
| JsonRpcError | A response to a request that indicates an error occurred. |
| JsonRpcNotification | A notification which does not expect a response. |
| JsonRpcRequest | A request that expects a response. |
| JsonRpcResponse | A successful (non-error) response to a request. |
| RequestId | A uniquely identifying ID for a request in JSON-RPC. |
| Interfaces | |
| JsonRpcMessage | Interface marker that refers to any valid JSON-RPC object that can be decoded off the wire, or encoded to be sent. |