Skip to main content

JSONRPC_PROTOCOL_VERSION

Constant JSONRPC_PROTOCOL_VERSION 

Source
pub const JSONRPC_PROTOCOL_VERSION: &'static str;
Expand description

Protocol version, as specified in the jsonrpc property of the request and its corresponding response.

§Notes

§Examples

  • "2.0"
  • "1.0"