getAccountMetadata method

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

Implementation

$grpc.ResponseFuture<$2.AccountMetadata> getAccountMetadata($0.RequestEnvelope request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAccountMetadata, request, options: options);
}