getIndexedAccount method
ResponseFuture<IndexedAccount>
getIndexedAccount(
- RequestEnvelope request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.IndexedAccount> getIndexedAccount($0.RequestEnvelope request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getIndexedAccount, request, options: options);
}