Constant RPC_JSONRPC_VERSION
Source pub const RPC_JSONRPC_VERSION: &str = "rpc.jsonrpc.version";
Expand description
Protocol version as in jsonrpc
property of request/response. Since JSON-RPC 1.0 doesn’t specify this, the value can be omitted.
§Notes
§Examples