ConstThe value to check.
True if the value is a valid JSONRPCResultResponse, false otherwise.
Use isJSONRPCResultResponse instead.
Please note that JSONRPCResponse is a union of JSONRPCResultResponse and JSONRPCErrorResponse as per the updated JSON-RPC specification. (was previously just JSONRPCResultResponse)
Checks if a value is a valid JSONRPCResultResponse.