Class QueryGrpc


  • public final class QueryGrpc
    extends java.lang.Object
     Query 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<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegationRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegationResponse> getDelegationMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorDelegationsResponse> getDelegatorDelegationsMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorUnbondingDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorUnbondingDelegationsResponse> getDelegatorUnbondingDelegationsMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorValidatorRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorValidatorResponse> getDelegatorValidatorMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorValidatorsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorValidatorsResponse> getDelegatorValidatorsMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryHistoricalInfoRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryHistoricalInfoResponse> getHistoricalInfoMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryParamsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryPoolRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryPoolResponse> getPoolMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryRedelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryRedelegationsResponse> getRedelegationsMethod()  
      static io.grpc.ServiceDescriptor getServiceDescriptor()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryUnbondingDelegationRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryUnbondingDelegationResponse> getUnbondingDelegationMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorDelegationsResponse> getValidatorDelegationsMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorResponse> getValidatorMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorsResponse> getValidatorsMethod()  
      static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorUnbondingDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorUnbondingDelegationsResponse> getValidatorUnbondingDelegationsMethod()  
      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

      • getValidatorsMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorsResponse> getValidatorsMethod()
      • getValidatorMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorResponse> getValidatorMethod()
      • getValidatorDelegationsMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorDelegationsResponse> getValidatorDelegationsMethod()
      • getValidatorUnbondingDelegationsMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorUnbondingDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryValidatorUnbondingDelegationsResponse> getValidatorUnbondingDelegationsMethod()
      • getDelegationMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegationRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegationResponse> getDelegationMethod()
      • getUnbondingDelegationMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryUnbondingDelegationRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryUnbondingDelegationResponse> getUnbondingDelegationMethod()
      • getDelegatorDelegationsMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorDelegationsResponse> getDelegatorDelegationsMethod()
      • getDelegatorUnbondingDelegationsMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorUnbondingDelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorUnbondingDelegationsResponse> getDelegatorUnbondingDelegationsMethod()
      • getRedelegationsMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryRedelegationsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryRedelegationsResponse> getRedelegationsMethod()
      • getDelegatorValidatorsMethod

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

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorValidatorRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryDelegatorValidatorResponse> getDelegatorValidatorMethod()
      • getHistoricalInfoMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryHistoricalInfoRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryHistoricalInfoResponse> getHistoricalInfoMethod()
      • getPoolMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryPoolRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryPoolResponse> getPoolMethod()
      • getParamsMethod

        public static io.grpc.MethodDescriptor<cosmos.staking.v1beta1.QueryOuterClass.QueryParamsRequest,​cosmos.staking.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()
      • 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()