Package cosmos.authz.v1beta1
Class QueryGrpc.QueryImplBase
- java.lang.Object
-
- cosmos.authz.v1beta1.QueryGrpc.QueryImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- QueryGrpc
public abstract static class QueryGrpc.QueryImplBase extends java.lang.Object implements io.grpc.BindableServiceQuery 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.ServerServiceDefinitionbindService()voidgrants(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.
-
-
-
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:
bindServicein interfaceio.grpc.BindableService
-
-