QueryServiceBase class abstract
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
appliedPlan(
ServiceCall call, QueryAppliedPlanRequest request) → Future< QueryAppliedPlanResponse> -
appliedPlan_Pre(
ServiceCall call, Future< QueryAppliedPlanRequest> request) → Future<QueryAppliedPlanResponse> -
currentPlan(
ServiceCall call, QueryCurrentPlanRequest request) → Future< QueryCurrentPlanResponse> -
currentPlan_Pre(
ServiceCall call, Future< QueryCurrentPlanRequest> request) → Future<QueryCurrentPlanResponse> -
moduleVersions(
ServiceCall call, QueryModuleVersionsRequest request) → Future< QueryModuleVersionsResponse> -
moduleVersions_Pre(
ServiceCall call, Future< QueryModuleVersionsRequest> request) → Future<QueryModuleVersionsResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
upgradedConsensusState(
ServiceCall call, QueryUpgradedConsensusStateRequest request) → Future< QueryUpgradedConsensusStateResponse> -
upgradedConsensusState_Pre(
ServiceCall call, Future< QueryUpgradedConsensusStateRequest> request) → Future<QueryUpgradedConsensusStateResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited