Class QueryGrpc.QueryImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    QueryGrpc

    public abstract static class QueryGrpc.QueryImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Query defines the gRPC querier service.
     
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryImplBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void allowance​(cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowanceRequest request, io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowanceResponse> responseObserver)
      Allowance returns fee granted to the grantee by the granter.
      void allowances​(cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowancesRequest request, io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowancesResponse> responseObserver)
      Allowances returns all the grants for address.
      io.grpc.ServerServiceDefinition bindService()  
      • Methods inherited from class java.lang.Object

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

      • QueryImplBase

        public QueryImplBase()
    • Method Detail

      • allowance

        public void allowance​(cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowanceRequest request,
                              io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowanceResponse> responseObserver)
         Allowance returns fee granted to the grantee by the granter.
         
      • allowances

        public void allowances​(cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowancesRequest request,
                               io.grpc.stub.StreamObserver<cosmos.feegrant.v1beta1.QueryOuterClass.QueryAllowancesResponse> responseObserver)
         Allowances returns all the grants for address.
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService