Version of the JSON‐RPC protocol a request or reply uses.

Synopsis

Declared in <rpc/request.h>

enum class JSONRPCVersion : int;

Members

Name

Description

V1_LEGACY

The legacy JSON‐RPC 1.x protocol.

V2

The JSON‐RPC 2.0 protocol.

Created with MrDocs