Expand description
Re-exports§
- pub use jsonrpsee_types as types;
- pub use tracing;
Modules§
- response
- Common builders for RPC responses. Contains common builders for hyper responses.
Structs§
- AccessControl 
- Define access on control on HTTP layer.
- AccessControl Builder 
- Convenience builder pattern
- HttpServer 
- An HTTP JSON RPC server.
- HttpServer Builder 
- Builder to create JSON-RPC HTTP server.
- HttpServer Handle 
- Handle used to run or stop the server.
- RpcModule
- Sets of JSON-RPC methods can be organized into a “module“s that are in turn registered on the server or,
alternatively, merged with other modules to construct a cohesive API. RpcModulewraps an additional context argument that can be used to access data during call execution.