Expand description
A lightweight library defining the types declared by the JSON-RPC 2.0 specification.
Structs§
- Error
- A JSON-RPC 2.0 error.
- Error
Code - A JSON-RPC 2.0 error code.
- Request
- A JSON-RPC 2.0 request.
- Response
- A JSON-RPC 2.0 response.
Enums§
- Id
- A request identifier.
- Maybe
Batched Requests - Represents either one, or multiple JSON-RPC
Request
s.