Skip to main content

JSONRPC_PROTOCOL_VERSION

Constant JSONRPC_PROTOCOL_VERSION 

pub const JSONRPC_PROTOCOL_VERSION: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

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

§Notes

§Examples

  • "2.0"
  • "1.0"