Structs§
- A single JSON-RPC request object
- A single JSON-RPC response object.
- An error object that can be returned by the server.
Enums§
- An error of this JSON-RPC implementation. This can be either an error object returned by the server, or any other error that might be triggered in the server or client (e.g. a network error).
- Enum that is either a request or response object.
- A JSON-RPC request or response can either be a single request or response, or a list of the former. This
enummatches either for serialization and deserialization.
Constants§
Type Aliases§
- Numeric error code used in error objects.