# Functions
DecodeClientResponse decodes the response body of a client request into the interface reply.
EncodeClientRequest encodes parameters for a JSON-RPC client request.
NewCodec returns a new JSON Codec.
NewCustomCodec returns a new JSON Codec based on passed encoder selector.
# Variables
Version JSON RPC current version.
# Structs
Codec creates a CodecRequest to process each request.
CodecRequest decodes and encodes a single request.
EmptyResponse empty response.