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 |
|---|---|
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.
|
protected QueryGrpc.QueryStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
protected QueryGrpc.QueryStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<QueryGrpc.QueryStub>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.
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.