Class QueryGrpc


  • public final class QueryGrpc
    extends java.lang.Object
     Query provides defines the gRPC querier service
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SERVICE_NAME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientParamsRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientParamsResponse> getClientParamsMethod()  
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientStateResponse> getClientStateMethod()  
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientStatesRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientStatesResponse> getClientStatesMethod()  
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientStatusRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientStatusResponse> getClientStatusMethod()  
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryConsensusStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryConsensusStateResponse> getConsensusStateMethod()  
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryConsensusStatesRequest,​ibc.core.client.v1.QueryOuterClass.QueryConsensusStatesResponse> getConsensusStatesMethod()  
      static io.grpc.ServiceDescriptor getServiceDescriptor()  
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryUpgradedClientStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryUpgradedClientStateResponse> getUpgradedClientStateMethod()  
      static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryUpgradedConsensusStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryUpgradedConsensusStateResponse> getUpgradedConsensusStateMethod()  
      static QueryGrpc.QueryBlockingStub newBlockingStub​(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
      static QueryGrpc.QueryFutureStub newFutureStub​(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
      static QueryGrpc.QueryStub newStub​(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClientStateMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientStateResponse> getClientStateMethod()
      • getClientStatesMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientStatesRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientStatesResponse> getClientStatesMethod()
      • getConsensusStateMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryConsensusStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryConsensusStateResponse> getConsensusStateMethod()
      • getConsensusStatesMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryConsensusStatesRequest,​ibc.core.client.v1.QueryOuterClass.QueryConsensusStatesResponse> getConsensusStatesMethod()
      • getClientStatusMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientStatusRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientStatusResponse> getClientStatusMethod()
      • getClientParamsMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryClientParamsRequest,​ibc.core.client.v1.QueryOuterClass.QueryClientParamsResponse> getClientParamsMethod()
      • getUpgradedClientStateMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryUpgradedClientStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryUpgradedClientStateResponse> getUpgradedClientStateMethod()
      • getUpgradedConsensusStateMethod

        public static io.grpc.MethodDescriptor<ibc.core.client.v1.QueryOuterClass.QueryUpgradedConsensusStateRequest,​ibc.core.client.v1.QueryOuterClass.QueryUpgradedConsensusStateResponse> getUpgradedConsensusStateMethod()
      • newStub

        public static QueryGrpc.QueryStub newStub​(io.grpc.Channel channel)
        Creates a new async stub that supports all call types for the service
      • newBlockingStub

        public static QueryGrpc.QueryBlockingStub newBlockingStub​(io.grpc.Channel channel)
        Creates a new blocking-style stub that supports unary and streaming output calls on the service
      • newFutureStub

        public static QueryGrpc.QueryFutureStub newFutureStub​(io.grpc.Channel channel)
        Creates a new ListenableFuture-style stub that supports unary calls on the service
      • getServiceDescriptor

        public static io.grpc.ServiceDescriptor getServiceDescriptor()