JSON-RPC服务

version : 1.0.0

rpc_call

Call any JSON-RPC method on a server with parameters. A user would prompt: Call method on with params

*server(string)

*method(string)

params(string)

结果(Result)

rpc_discover

This uses JSON-RPC to call `rpc.discover` which is part of the OpenRPC Specification for discovery for JSON-RPC servers. A user would prompt: What JSON-RPC methods does this server have?

*server(string)

结果(Result)