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<terra.treasury.v1beta1.QueryOuterClass.QueryIndicatorsRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryIndicatorsResponse> getIndicatorsMethod()  
      static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryParamsRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()  
      static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryRewardWeightRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryRewardWeightResponse> getRewardWeightMethod()  
      static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QuerySeigniorageProceedsRequest,​terra.treasury.v1beta1.QueryOuterClass.QuerySeigniorageProceedsResponse> getSeigniorageProceedsMethod()  
      static io.grpc.ServiceDescriptor getServiceDescriptor()  
      static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapResponse> getTaxCapMethod()  
      static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapsRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapsResponse> getTaxCapsMethod()  
      static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxProceedsRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxProceedsResponse> getTaxProceedsMethod()  
      static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxRateRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxRateResponse> getTaxRateMethod()  
      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

      • getTaxRateMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxRateRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxRateResponse> getTaxRateMethod()
      • getTaxCapMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapResponse> getTaxCapMethod()
      • getTaxCapsMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapsRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxCapsResponse> getTaxCapsMethod()
      • getRewardWeightMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryRewardWeightRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryRewardWeightResponse> getRewardWeightMethod()
      • getSeigniorageProceedsMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QuerySeigniorageProceedsRequest,​terra.treasury.v1beta1.QueryOuterClass.QuerySeigniorageProceedsResponse> getSeigniorageProceedsMethod()
      • getTaxProceedsMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryTaxProceedsRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryTaxProceedsResponse> getTaxProceedsMethod()
      • getIndicatorsMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryIndicatorsRequest,​terra.treasury.v1beta1.QueryOuterClass.QueryIndicatorsResponse> getIndicatorsMethod()
      • getParamsMethod

        public static io.grpc.MethodDescriptor<terra.treasury.v1beta1.QueryOuterClass.QueryParamsRequest,​terra.treasury.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()