QueryServiceBase class abstract

Constructors

QueryServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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