Module dispatch

Module dispatch 

Source

Enums§

JsonRpcMessage
Enum representing different types of JSON-RPC messages
JsonRpcMessageResult
Result of parsing and processing a JSON-RPC message

Functions§

create_error_response
Create a simple error response
create_success_response
Create a simple success response
parse_json_rpc_message
Parse a JSON string into a JSON-RPC message
parse_json_rpc_messages
Parse multiple JSON-RPC messages from a single JSON string This handles both single messages and potential future batch support