Class JsonRpcResponse<RSLT>

java.lang.Object
org.consensusj.jsonrpc.JsonRpcResponse<RSLT>

public class JsonRpcResponse<RSLT> extends Object
JSON-RPC Response POJO Note that result is a parameterized type and can be used to directly map JSON-RPC results to the correct type for each method.