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.