Versions in this module Expand all Collapse all v1 v1.1.0 Nov 16, 2018 v1.0.0 Nov 4, 2018 Changes in this version + type RPCError struct + Code int32 + Message string + type RPCRequest struct + ID int32 + Jsonrpc string + Method string + Params []interface{} + func GetRPCRequestFromJSON(msg string) RPCRequest + func (r *RPCRequest) String() string + type RPCResponse struct + Error *RPCError + ID int32 + Jsonrpc string + Result interface{} + func GetRPCResponseFromJSON(msg string) RPCResponse + func (r *RPCResponse) String() string