getBlockHeight method

ResponseFuture<GetBlockHeightResponse> getBlockHeight(
  1. GetBlockHeightRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetBlockHeightResponse> getBlockHeight(
    $1.GetBlockHeightRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockHeight, request, options: options);
}