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 |
params(cosmos.params.v1beta1.QueryOuterClass.QueryParamsRequest request,
io.grpc.stub.StreamObserver<cosmos.params.v1beta1.QueryOuterClass.QueryParamsResponse> responseObserver)
Params queries a specific parameter of a module, given its subspace and
key.
|
public void params(cosmos.params.v1beta1.QueryOuterClass.QueryParamsRequest request,
io.grpc.stub.StreamObserver<cosmos.params.v1beta1.QueryOuterClass.QueryParamsResponse> responseObserver)
Params queries a specific parameter of a module, given its subspace and key.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService