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
deposit(ServiceCall call, QueryDepositRequest request) Future<QueryDepositResponse>
deposit_Pre(ServiceCall call, Future<QueryDepositRequest> request) Future<QueryDepositResponse>
deposits(ServiceCall call, QueryDepositsRequest request) Future<QueryDepositsResponse>
deposits_Pre(ServiceCall call, Future<QueryDepositsRequest> request) Future<QueryDepositsResponse>
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>
proposal(ServiceCall call, QueryProposalRequest request) Future<QueryProposalResponse>
proposal_Pre(ServiceCall call, Future<QueryProposalRequest> request) Future<QueryProposalResponse>
proposals(ServiceCall call, QueryProposalsRequest request) Future<QueryProposalsResponse>
proposals_Pre(ServiceCall call, Future<QueryProposalsRequest> request) Future<QueryProposalsResponse>
tallyResult(ServiceCall call, QueryTallyResultRequest request) Future<QueryTallyResultResponse>
tallyResult_Pre(ServiceCall call, Future<QueryTallyResultRequest> request) Future<QueryTallyResultResponse>
toString() String
A string representation of this object.
inherited
vote(ServiceCall call, QueryVoteRequest request) Future<QueryVoteResponse>
vote_Pre(ServiceCall call, Future<QueryVoteRequest> request) Future<QueryVoteResponse>
votes(ServiceCall call, QueryVotesRequest request) Future<QueryVotesResponse>
votes_Pre(ServiceCall call, Future<QueryVotesRequest> request) Future<QueryVotesResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited