public static final class QueryGrpc.QueryStub extends io.grpc.stub.AbstractAsyncStub<QueryGrpc.QueryStub>
Query defines the gRPC querier service.
| Modifier and Type | Method and Description |
|---|---|
protected QueryGrpc.QueryStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected QueryGrpc.QueryStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<QueryGrpc.QueryStub>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.