Module v1

Source
Expand description

JSON-RPC 1.0 types.

Structs§

Error
JSON-RPC Error Object.
MethodCall
Represents JSON-RPC 1.0 request which is a method call.
Notification
Represents JSON-RPC 1.0 request which is a notification.
Output
Represents success / failure output of JSON-RPC 1.0 response.

Enums§

Call
Represents single JSON-RPC 1.0 call.
ErrorCode
JSON-RPC Error Code.
Id
Represents JSON-RPC request id.
MethodCallRequest
JSON-RPC 1.0 Request object (only for method call).
Request
JSON-RPC 2.0 Request object.
Response
JSON-RPC 1.0 Response object.
Value
Represents any valid JSON value.

Type Aliases§

Params
Represents JSON-RPC 1.0 request parameters.