QueryClient class
- Annotations
-
- @GrpcServiceName('cosmos.auth.v1beta1.Query')
Constructors
-
QueryClient.new(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
account(QueryAccountRequest request, {CallOptions? options})
→ ResponseFuture<QueryAccountResponse>
-
-
accountAddressByID(QueryAccountAddressByIDRequest request, {CallOptions? options})
→ ResponseFuture<QueryAccountAddressByIDResponse>
-
-
accountInfo(QueryAccountInfoRequest request, {CallOptions? options})
→ ResponseFuture<QueryAccountInfoResponse>
-
-
accounts(QueryAccountsRequest request, {CallOptions? options})
→ ResponseFuture<QueryAccountsResponse>
-
-
addressBytesToString(AddressBytesToStringRequest request, {CallOptions? options})
→ ResponseFuture<AddressBytesToStringResponse>
-
-
addressStringToBytes(AddressStringToBytesRequest request, {CallOptions? options})
→ ResponseFuture<AddressStringToBytesResponse>
-
-
bech32Prefix(Bech32PrefixRequest request, {CallOptions? options})
→ ResponseFuture<Bech32PrefixResponse>
-
-
moduleAccountByName(QueryModuleAccountByNameRequest request, {CallOptions? options})
→ ResponseFuture<QueryModuleAccountByNameResponse>
-
-
moduleAccounts(QueryModuleAccountsRequest request, {CallOptions? options})
→ ResponseFuture<QueryModuleAccountsResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
params(QueryParamsRequest request, {CallOptions? options})
→ ResponseFuture<QueryParamsResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited