Module rings_node::jsonrpc

source ·
Expand description

A jsonrpc-server of rings-node.

Re-exports

Modules

  • MetaIoHandler add methods from super::methods::* with RpcMeta JSON-RPC handler for both feature=browser and feature=node. We support running the JSON-RPC server in either native or browser environment. For the native environment, we use jsonrpc_core to handle requests. For the browser environment, we utilize a Simple MessageHandler to process the requests.
  • A jsonrpc-server of rings-node