Package cosmos.params.v1beta1
Class QueryGrpc.QueryImplBase
- java.lang.Object
-
- cosmos.params.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()voidparams(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.
-
-
-
Method Detail
-
params
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.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-