Class QueryGrpc


  • public final class QueryGrpc
    extends java.lang.Object
     Query defines the gRPC querier service for distribution module.
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  QueryGrpc.QueryBlockingStub
      Query defines the gRPC querier service for distribution module.
      static class  QueryGrpc.QueryFutureStub
      Query defines the gRPC querier service for distribution module.
      static class  QueryGrpc.QueryImplBase
      Query defines the gRPC querier service for distribution module.
      static class  QueryGrpc.QueryStub
      Query defines the gRPC querier service for distribution 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.distribution.v1beta1.QueryOuterClass.QueryCommunityPoolRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryCommunityPoolResponse> getCommunityPoolMethod()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationRewardsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationRewardsResponse> getDelegationRewardsMethod()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationTotalRewardsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationTotalRewardsResponse> getDelegationTotalRewardsMethod()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorValidatorsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorValidatorsResponse> getDelegatorValidatorsMethod()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorWithdrawAddressRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorWithdrawAddressResponse> getDelegatorWithdrawAddressMethod()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryParamsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()  
      static io.grpc.ServiceDescriptor getServiceDescriptor()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorCommissionRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorCommissionResponse> getValidatorCommissionMethod()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorOutstandingRewardsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorOutstandingRewardsResponse> getValidatorOutstandingRewardsMethod()  
      static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorSlashesRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorSlashesResponse> getValidatorSlashesMethod()  
      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

      • getParamsMethod

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

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorOutstandingRewardsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorOutstandingRewardsResponse> getValidatorOutstandingRewardsMethod()
      • getValidatorCommissionMethod

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorCommissionRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorCommissionResponse> getValidatorCommissionMethod()
      • getValidatorSlashesMethod

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorSlashesRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryValidatorSlashesResponse> getValidatorSlashesMethod()
      • getDelegationRewardsMethod

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationRewardsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationRewardsResponse> getDelegationRewardsMethod()
      • getDelegationTotalRewardsMethod

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationTotalRewardsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegationTotalRewardsResponse> getDelegationTotalRewardsMethod()
      • getDelegatorValidatorsMethod

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorValidatorsRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorValidatorsResponse> getDelegatorValidatorsMethod()
      • getDelegatorWithdrawAddressMethod

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorWithdrawAddressRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryDelegatorWithdrawAddressResponse> getDelegatorWithdrawAddressMethod()
      • getCommunityPoolMethod

        public static io.grpc.MethodDescriptor<cosmos.distribution.v1beta1.QueryOuterClass.QueryCommunityPoolRequest,​cosmos.distribution.v1beta1.QueryOuterClass.QueryCommunityPoolResponse> getCommunityPoolMethod()
      • 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()