getIndexedAccount method

ResponseFuture<IndexedAccount> getIndexedAccount(
  1. RequestEnvelope request, {
  2. CallOptions? options,
})

Implementation

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