[#JSONRPCVersion] = JSONRPCVersion :mrdocs: Version of the JSON‐RPC protocol a request or reply uses. == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class JSONRPCVersion : int; ---- == Members [cols="1,4"] |=== | Name| Description | `V1_LEGACY` | The legacy JSON‐RPC 1.x protocol. | `V2` | The JSON‐RPC 2.0 protocol. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#