public abstract static class QueryGrpc.QueryImplBase
extends java.lang.Object
implements io.grpc.BindableService
Query defines the gRPC querier service.
| Constructor and Description |
|---|
QueryImplBase() |
| Modifier and Type | Method and 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.
|
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService