# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SendJSONRPCRequest sends the request to URL and returns the general JsonRpcResponse, or an error (note: not the JSONRPCError).
SendJSONRPCRequestAndParseResult sends the request and decodes the response into the reply interface.
SendNewJSONRPCRequest constructs a request and sends it to the URL.
# Constants
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
As per JSON-RPC 2.0 Specification https://www.jsonrpc.org/specification#error_object.
# Structs
JSONRPCError as per spec: https://www.jsonrpc.org/specification#error_object.
No description provided by the author
No description provided by the author
No description provided by the author