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
      io.grpc.ServerServiceDefinition bindService()  
      void grants​(cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsRequest request, io.grpc.stub.StreamObserver<cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsResponse> responseObserver)
      Returns list of `Authorization`, granted to the grantee by the granter.
      • 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

      • grants

        public void grants​(cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsRequest request,
                           io.grpc.stub.StreamObserver<cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsResponse> responseObserver)
         Returns list of `Authorization`, granted to the grantee by the granter.
         
      • bindService

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