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
allContractState(ServiceCall call, QueryAllContractStateRequest request) Future<QueryAllContractStateResponse>
allContractState_Pre(ServiceCall call, Future<QueryAllContractStateRequest> request) Future<QueryAllContractStateResponse>
code(ServiceCall call, QueryCodeRequest request) Future<QueryCodeResponse>
code_Pre(ServiceCall call, Future<QueryCodeRequest> request) Future<QueryCodeResponse>
codes(ServiceCall call, QueryCodesRequest request) Future<QueryCodesResponse>
codes_Pre(ServiceCall call, Future<QueryCodesRequest> request) Future<QueryCodesResponse>
contractHistory(ServiceCall call, QueryContractHistoryRequest request) Future<QueryContractHistoryResponse>
contractHistory_Pre(ServiceCall call, Future<QueryContractHistoryRequest> request) Future<QueryContractHistoryResponse>
contractInfo(ServiceCall call, QueryContractInfoRequest request) Future<QueryContractInfoResponse>
contractInfo_Pre(ServiceCall call, Future<QueryContractInfoRequest> request) Future<QueryContractInfoResponse>
contractsByCode(ServiceCall call, QueryContractsByCodeRequest request) Future<QueryContractsByCodeResponse>
contractsByCode_Pre(ServiceCall call, Future<QueryContractsByCodeRequest> request) Future<QueryContractsByCodeResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pinnedCodes(ServiceCall call, QueryPinnedCodesRequest request) Future<QueryPinnedCodesResponse>
pinnedCodes_Pre(ServiceCall call, Future<QueryPinnedCodesRequest> request) Future<QueryPinnedCodesResponse>
rawContractState(ServiceCall call, QueryRawContractStateRequest request) Future<QueryRawContractStateResponse>
rawContractState_Pre(ServiceCall call, Future<QueryRawContractStateRequest> request) Future<QueryRawContractStateResponse>
smartContractState(ServiceCall call, QuerySmartContractStateRequest request) Future<QuerySmartContractStateResponse>
smartContractState_Pre(ServiceCall call, Future<QuerySmartContractStateRequest> request) Future<QuerySmartContractStateResponse>
toString() String
A string representation of this object.
inherited

Operators

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