Expand description
JSON-RPC primitives JSON-RPC 2.0 object definitions
Structs§
- A JSON-RPC error object
- A JSON-RPC error value (code and message)
- A JSON-RPC notification object
- A JSON-RPC request object
- A JSON-RPC response object
- A JSON-RPC subscriber for notifications
Enums§
- JSON-RPC error codes. The error codes
[-32768, -32000]
are reserved for predefined errors. - Wrapping enum around the available JSON-RPC object types