jsonrpsee-utils 0.2.0-alpha.7

Utilities for jsonrpsee
Documentation
1
2
3
4
5
6
//! Shared modules for the JSON-RPC servers.

/// Helpers.
pub mod helpers;
/// JSON-RPC "modules" group sets of methods that belong together and handles method/subscription registration.
pub mod rpc_module;