QueryServiceBase class abstract

Annotations
  • @GrpcServiceName('cosmos.auth.v1beta1.Query')

Constructors

QueryServiceBase.new()

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
account(ServiceCall call, QueryAccountRequest request) Future<QueryAccountResponse>
account_Pre(ServiceCall call, Future<QueryAccountRequest> request) Future<QueryAccountResponse>
accountAddressByID(ServiceCall call, QueryAccountAddressByIDRequest request) Future<QueryAccountAddressByIDResponse>
accountAddressByID_Pre(ServiceCall call, Future<QueryAccountAddressByIDRequest> request) Future<QueryAccountAddressByIDResponse>
accountInfo(ServiceCall call, QueryAccountInfoRequest request) Future<QueryAccountInfoResponse>
accountInfo_Pre(ServiceCall call, Future<QueryAccountInfoRequest> request) Future<QueryAccountInfoResponse>
accounts(ServiceCall call, QueryAccountsRequest request) Future<QueryAccountsResponse>
accounts_Pre(ServiceCall call, Future<QueryAccountsRequest> request) Future<QueryAccountsResponse>
addressBytesToString(ServiceCall call, AddressBytesToStringRequest request) Future<AddressBytesToStringResponse>
addressBytesToString_Pre(ServiceCall call, Future<AddressBytesToStringRequest> request) Future<AddressBytesToStringResponse>
addressStringToBytes(ServiceCall call, AddressStringToBytesRequest request) Future<AddressStringToBytesResponse>
addressStringToBytes_Pre(ServiceCall call, Future<AddressStringToBytesRequest> request) Future<AddressStringToBytesResponse>
bech32Prefix(ServiceCall call, Bech32PrefixRequest request) Future<Bech32PrefixResponse>
bech32Prefix_Pre(ServiceCall call, Future<Bech32PrefixRequest> request) Future<Bech32PrefixResponse>
moduleAccountByName(ServiceCall call, QueryModuleAccountByNameRequest request) Future<QueryModuleAccountByNameResponse>
moduleAccountByName_Pre(ServiceCall call, Future<QueryModuleAccountByNameRequest> request) Future<QueryModuleAccountByNameResponse>
moduleAccounts(ServiceCall call, QueryModuleAccountsRequest request) Future<QueryModuleAccountsResponse>
moduleAccounts_Pre(ServiceCall call, Future<QueryModuleAccountsRequest> request) Future<QueryModuleAccountsResponse>
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>
toString() String
A string representation of this object.
inherited

Operators

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