QueryServiceBase class abstract
- Annotations
-
- @GrpcServiceName('cosmos.params.v1beta1.Query')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
params(
ServiceCall call, QueryParamsRequest request) → Future< QueryParamsResponse> -
params_Pre(
ServiceCall call, Future< QueryParamsRequest> request) → Future<QueryParamsResponse> -
subspaces(
ServiceCall call, QuerySubspacesRequest request) → Future< QuerySubspacesResponse> -
subspaces_Pre(
ServiceCall call, Future< QuerySubspacesRequest> request) → Future<QuerySubspacesResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited