QueryServiceBase class abstract
- Annotations
-
- @GrpcServiceName('cosmos.circuit.v1.Query')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
account(
ServiceCall call, QueryAccountRequest request) → Future< AccountResponse> -
account_Pre(
ServiceCall call, Future< QueryAccountRequest> request) → Future<AccountResponse> -
accounts(
ServiceCall call, QueryAccountsRequest request) → Future< AccountsResponse> -
accounts_Pre(
ServiceCall call, Future< QueryAccountsRequest> request) → Future<AccountsResponse> -
disabledList(
ServiceCall call, QueryDisabledListRequest request) → Future< DisabledListResponse> -
disabledList_Pre(
ServiceCall call, Future< QueryDisabledListRequest> request) → Future<DisabledListResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited