Class QueryGrpc


  • public final class QueryGrpc
    extends java.lang.Object
     Query defines the gRPC querier service for gov module
     
    • 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<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryDepositResponse> getDepositMethod()  
      static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsResponse> getDepositsMethod()  
      static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryParamsRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()  
      static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryProposalResponse> getProposalMethod()  
      static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsResponse> getProposalsMethod()  
      static io.grpc.ServiceDescriptor getServiceDescriptor()  
      static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultResponse> getTallyResultMethod()  
      static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVoteRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryVoteResponse> getVoteMethod()  
      static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVotesRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryVotesResponse> getVotesMethod()  
      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

      • getProposalMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryProposalResponse> getProposalMethod()
      • getProposalsMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsResponse> getProposalsMethod()
      • getVoteMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVoteRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryVoteResponse> getVoteMethod()
      • getVotesMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVotesRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryVotesResponse> getVotesMethod()
      • getParamsMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryParamsRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()
      • getDepositMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryDepositResponse> getDepositMethod()
      • getDepositsMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsResponse> getDepositsMethod()
      • getTallyResultMethod

        public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultRequest,​cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultResponse> getTallyResultMethod()
      • 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()