getBlockByHeight method

ResponseFuture<GetBlockByHeightResponse> getBlockByHeight(
  1. GetBlockByHeightRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetBlockByHeightResponse> getBlockByHeight(
    $0.GetBlockByHeightRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockByHeight, request, options: options);
}