Expand description
JSON-RPC 2.0 types.
Structs§
- Error
- JSON-RPC Error Object.
- Failure
- Represents JSON-RPC 2.0 failure response.
- Map
- Represents a JSON key/value type.
- Method
Call - Represents JSON-RPC 2.0 request which is a method call.
- Notification
- Represents JSON-RPC 2.0 request which is a notification.
- Subscription
Notification - Server notification about something the client is subscribed to.
- Subscription
Notification Params - Parameters of the subscription notification.
- Success
- Represents JSON-RPC 2.0 success response.
Enums§
- Call
- Represents single JSON-RPC 2.0 call.
- Error
Code - JSON-RPC Error Code.
- Id
- Represents JSON-RPC request id.
- Method
Call Request - JSON-RPC 2.0 Request object (only for method call).
- Output
- Represents success / failure output of JSON-RPC 2.0 response.
- Params
- Represents JSON-RPC 2.0 request parameters.
- Request
- JSON-RPC 2.0 Request object.
- Response
- JSON-RPC 2.0 Response object.
- Value
- Represents any valid JSON value.
- Version
- JSON-RPC Protocol Version.