Expand description
JSON-RPC protocol types for request/response communication.
This module defines the core protocol structures used for communication between the TypeScript framework and Rust applications.
Structs§
- Request
- A JSON-RPC request from the client.
Enums§
- Response
- A JSON-RPC response to the client.