Skip to main content

Module jsonrpc

Module jsonrpc 

Source
Expand description

Shared JSON-RPC 2.0 message construction helpers.

Functionsยง

error_response
Build a JSON-RPC 2.0 error response.
error_response_with_data
Build a JSON-RPC 2.0 error response with additional data.
notification
Build a JSON-RPC 2.0 notification (no id).
request
Build a JSON-RPC 2.0 request object.
response
Build a JSON-RPC 2.0 success response.